From d77acbabf970b2e77acb69b85a9ed8e2ddcdaf1f Mon Sep 17 00:00:00 2001 From: whitews Date: Fri, 14 May 2021 18:24:36 -0400 Subject: [PATCH] remove numpy pre-install instructions --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 2dce982..a68bacc 100644 --- a/README.md +++ b/README.md @@ -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