summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-06-25 08:43:00 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-06-25 08:43:00 +0200
commit042b52d4edad20d246481c389007ba1abb67c3b4 (patch)
tree4395c4e3ac390996302bbfd9f6ed0b515629cd14 /README.md
parentc112190ab0cf9b02a25fb86919a11f9544cd5c58 (diff)
pep8
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6b215c..288ba13 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,12 @@ The library has been tested on Linux, MacOSX and Windows. It requires a C++ comp
#### 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
+```
+pip install numpy cython
+```
+
You can install the toolbox through PyPI with:
```
pip install POT
@@ -62,6 +68,8 @@ or get the very latest version by downloading it and then running:
python setup.py install --user # for user install (no root)
```
+
+
#### Anaconda installation with conda-forge
If you use the Anaconda python distribution, POT is available in [conda-forge](https://conda-forge.org). To install it and the required dependencies:
@@ -150,7 +158,12 @@ You can also see the notebooks with [Jupyter nbviewer](https://nbviewer.jupyter.
## Acknowledgements
-The contributors to this library are:
+This toolbox has been created and is maintained by
+
+* [Rémi Flamary](http://remi.flamary.com/)
+* [Nicolas Courty](http://people.irisa.fr/Nicolas.Courty/)
+
+The contributors to this library are
* [Rémi Flamary](http://remi.flamary.com/)
* [Nicolas Courty](http://people.irisa.fr/Nicolas.Courty/)