Skip to content

Commit 2236602

Browse files
committed
update redame for install from git
1 parent 6bcd9e6 commit 2236602

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ Some demonstrations are available in the [documentation](https://pythonot.gith
5050
#### Using and citing the toolbox
5151

5252
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:
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

5859
In Bibtex format:
@@ -86,9 +87,9 @@ You can install the toolbox through PyPI with:
8687
```
8788
pip 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 git+https://github.com/PythonOT/POT.git # with --user for user install (no root)
9293
```
9394

9495

@@ -165,7 +166,7 @@ This toolbox has been created and is maintained by
165166

166167
The 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

Comments
 (0)