@@ -50,9 +50,10 @@ Some demonstrations are available in the [documentation](https://pythonot.gith
5050#### Using and citing the toolbox
5151
5252If you use this toolbox in your research and find it useful, please cite POT
53- using the following bibtex reference:
53+ using the following reference:
5454```
55- Rémi Flamary and Nicolas Courty, POT Python Optimal Transport library, Website: https://pythonot.github.io/, 2017
55+ Rémi Flamary and Nicolas Courty, POT Python Optimal Transport library,
56+ Website: https://pythonot.github.io/, 2017
5657```
5758
5859In Bibtex format:
@@ -86,9 +87,9 @@ You can install the toolbox through PyPI with:
8687```
8788pip install POT
8889```
89- or get the very latest version by downloading it and then running:
90+ or get the very latest version by running:
9091```
91- python setup.py install --user # for user install (no root)
92+ pip install -U https://github.com/PythonOT/POT/archive/master.zip # with --user for user install (no root)
9293```
9394
9495
@@ -165,7 +166,7 @@ This toolbox has been created and is maintained by
165166
166167The contributors to this library are
167168
168- * [ Alexandre Gramfort] ( http://alexandre.gramfort.net/ ) (CI)
169+ * [ Alexandre Gramfort] ( http://alexandre.gramfort.net/ ) (CI, documentation )
169170* [ Laetitia Chapel] ( http://people.irisa.fr/Laetitia.Chapel/ ) (Partial OT)
170171* [ Michael Perrot] ( http://perso.univ-st-etienne.fr/pem82055/ ) (Mapping estimation)
171172* [ Léo Gautheron] ( https://github.com/aje ) (GPU implementation)
0 commit comments