summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-28 18:02:13 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-28 18:02:13 +0200
commite5a1abce0411cf2529645b5c0a279c29086e9010 (patch)
treeeae31d9ad5e1fbb372d3c85f976216a458bc9dea
parent29ddaf4dead412a65877559fe52d3255a0a55893 (diff)
pip works!
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1be1208..55e9e8a 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,10 @@ To install the library, you can install it locally (after downloading it) on you
python setup.py install --user
```
-
+The toolbox is also available on PyPI with a possibly slightly older version. You can install it with:
+```
+pip install POT
+```
After a correct installation, you should be able to import the module without errors:
```python