summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-23 08:23:25 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-23 08:23:25 +0200
commit2236602b5f512873c8061b97456ddb032da136d5 (patch)
tree31ffae278bab43aecb414015ef21387f9f4b833c /README.md
parent6bcd9e6b988c2856b910a9c87663e4a0cbd1ea19 (diff)
update redame for install from git
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index ad0d810..9e0f9e8 100644
--- a/README.md
+++ b/README.md
@@ -50,9 +50,10 @@ Some demonstrations are available in the [documentation](https://pythonot.gith
#### Using and citing the toolbox
If you use this toolbox in your research and find it useful, please cite POT
-using the following bibtex reference:
+using the following reference:
```
-Rémi Flamary and Nicolas Courty, POT Python Optimal Transport library, Website: https://pythonot.github.io/, 2017
+Rémi Flamary and Nicolas Courty, POT Python Optimal Transport library,
+Website: https://pythonot.github.io/, 2017
```
In Bibtex format:
@@ -86,9 +87,9 @@ You can install the toolbox through PyPI with:
```
pip install POT
```
-or get the very latest version by downloading it and then running:
+or get the very latest version by running:
```
-python setup.py install --user # for user install (no root)
+pip install git+https://github.com/PythonOT/POT.git # with --user for user install (no root)
```
@@ -165,7 +166,7 @@ This toolbox has been created and is maintained by
The contributors to this library are
-* [Alexandre Gramfort](http://alexandre.gramfort.net/) (CI)
+* [Alexandre Gramfort](http://alexandre.gramfort.net/) (CI, documentation)
* [Laetitia Chapel](http://people.irisa.fr/Laetitia.Chapel/) (Partial OT)
* [Michael Perrot](http://perso.univ-st-etienne.fr/pem82055/) (Mapping estimation)
* [Léo Gautheron](https://github.com/aje) (GPU implementation)