summaryrefslogtreecommitdiff
path: root/docs/source/quickstart.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/quickstart.rst')
-rw-r--r--docs/source/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst
index e74b019..09a362b 100644
--- a/docs/source/quickstart.rst
+++ b/docs/source/quickstart.rst
@@ -1002,7 +1002,7 @@ FAQ
2. **pip install POT fails with error : ImportError: No module named Cython.Build**
- As discussed shortly in the README file. POT requires to have :code:`numpy`
+ As discussed shortly in the README file. POT<0.8 requires to have :code:`numpy`
and :code:`cython` installed to build. This corner case is not yet handled
by :code:`pip` and for now you need to install both library prior to
installing POT.