Skip to content

Commit e5a1abc

Browse files
committed
pip works!
1 parent 29ddaf4 commit e5a1abc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ To install the library, you can install it locally (after downloading it) on you
2323
python setup.py install --user
2424
```
2525

26-
26+
The toolbox is also available on PyPI with a possibly slightly older version. You can install it with:
27+
```
28+
pip install POT
29+
```
2730

2831
After a correct installation, you should be able to import the module without errors:
2932
```python

0 commit comments

Comments
 (0)