summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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