@@ -50,9 +50,10 @@ Some demonstrations are available in the [documentation](https://pythonot.gith
50
50
#### Using and citing the toolbox
51
51
52
52
If 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:
54
54
```
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
56
57
```
57
58
58
59
In Bibtex format:
@@ -86,9 +87,9 @@ You can install the toolbox through PyPI with:
86
87
```
87
88
pip install POT
88
89
```
89
- or get the very latest version by downloading it and then running:
90
+ or get the very latest version by running:
90
91
```
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)
92
93
```
93
94
94
95
@@ -165,7 +166,7 @@ This toolbox has been created and is maintained by
165
166
166
167
The contributors to this library are
167
168
168
- * [ Alexandre Gramfort] ( http://alexandre.gramfort.net/ ) (CI)
169
+ * [ Alexandre Gramfort] ( http://alexandre.gramfort.net/ ) (CI, documentation )
169
170
* [ Laetitia Chapel] ( http://people.irisa.fr/Laetitia.Chapel/ ) (Partial OT)
170
171
* [ Michael Perrot] ( http://perso.univ-st-etienne.fr/pem82055/ ) (Mapping estimation)
171
172
* [ Léo Gautheron] ( https://github.com/aje ) (GPU implementation)
0 commit comments