summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2021-10-27 10:17:08 +0200
committerGitHub <noreply@github.com>2021-10-27 10:17:08 +0200
commit81db2e7e3c537572cbec0049d8f125b0bdba6393 (patch)
tree922cc1d2eba65bc8344a45fbf3845414351df24b /README.md
parentd7554331fc409fea48ee758fd630909dd9dc4827 (diff)
[WIP] POT build without installing cython first (#293)
* test build with no dep * cleaning up stuff * build wheels
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index ffad0bd..f0e5227 100644
--- a/README.md
+++ b/README.md
@@ -79,16 +79,10 @@ The library has been tested on Linux, MacOSX and Windows. It requires a C++ comp
- Numpy (>=1.16)
- Scipy (>=1.0)
-- Cython (>=0.23) (build only, not necessary when installing wheels from pip or conda)
+- Cython (>=0.23) (build only, not necessary when installing from pip or conda)
#### Pip installation
-Note that due to a limitation of pip, `cython` and `numpy` need to be installed
-prior to installing POT. This can be done easily with
-
-```console
-pip install numpy cython
-```
You can install the toolbox through PyPI with: