Skip to content

Commit

Permalink
remove numpy pre-install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed May 14, 2021
1 parent 7394b88 commit d77acba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,15 @@ GatingML & FlowJo 10 support, see the related

## Installation

FlowUtils implements several transformation functions as C extensions
for increased performance on large arrays of FCS event data. **NumPy is
required to compile these C extensions prior to installing FlowUtils.**

### From PyPI

FlowUtils is available via the `pip` command. However, NumPy must be installed prior in order to
compile the C extensions.

```
pip install numpy
pip install flowutils
```

### From GitHub source code

```
pip install numpy
git clone https://github.com/whitews/flowutils
cd flowutils
Expand Down

0 comments on commit d77acba

Please sign in to comment.