Skip to content

Commit c529ffd

Browse files
committed
update doc
1 parent bed1680 commit c529ffd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/source/readme.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
POT: Python Optimal Transport
22
=============================
33

4-
|PyPI version| |Anaconda Cloud| |Build Status| |Build Status| |Codecov
5-
Status| |Downloads| |Anaconda downloads| |License|
4+
|PyPI version| |Anaconda Cloud| |Build Status| |Codecov Status|
5+
|Downloads| |Anaconda downloads| |License|
66

77
This open source Python library provide several solvers for optimization
88
problems related to Optimal Transport for signal, image processing and
@@ -96,11 +96,12 @@ Using and citing the toolbox
9696
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9797

9898
If you use this toolbox in your research and find it useful, please cite
99-
POT using the following bibtex reference:
99+
POT using the following reference:
100100

101101
::
102102

103-
Rémi Flamary and Nicolas Courty, POT Python Optimal Transport library, Website: https://pythonot.github.io/, 2017
103+
Rémi Flamary and Nicolas Courty, POT Python Optimal Transport library,
104+
Website: https://pythonot.github.io/, 2017
104105

105106
In Bibtex format:
106107

@@ -141,11 +142,11 @@ You can install the toolbox through PyPI with:
141142

142143
pip install POT
143144

144-
or get the very latest version by downloading it and then running:
145+
or get the very latest version by running:
145146

146147
::
147148

148-
python setup.py install --user # for user install (no root)
149+
pip install -U https://github.com/PythonOT/POT/archive/master.zip # with --user for user install (no root)
149150

150151
Anaconda installation with conda-forge
151152
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -245,7 +246,8 @@ This toolbox has been created and is maintained by
245246

246247
The contributors to this library are
247248

248-
- `Alexandre Gramfort <http://alexandre.gramfort.net/>`__ (CI)
249+
- `Alexandre Gramfort <http://alexandre.gramfort.net/>`__ (CI,
250+
documentation)
249251
- `Laetitia Chapel <http://people.irisa.fr/Laetitia.Chapel/>`__
250252
(Partial OT)
251253
- `Michael Perrot <http://perso.univ-st-etienne.fr/pem82055/>`__
@@ -452,8 +454,6 @@ NIPS Workshop on Optimal Transport and Machine Learning OTML, 2014.
452454
:target: https://badge.fury.io/py/POT
453455
.. |Anaconda Cloud| image:: https://anaconda.org/conda-forge/pot/badges/version.svg
454456
:target: https://anaconda.org/conda-forge/pot
455-
.. |Build Status| image:: https://travis-ci.org/PythonOT/POT.svg?branch=master
456-
:target: https://travis-ci.org/PythonOT/POT
457457
.. |Build Status| image:: https://github.com/PythonOT/POT/workflows/build/badge.svg
458458
:target: https://github.com/PythonOT/POT/actions
459459
.. |Codecov Status| image:: https://codecov.io/gh/PythonOT/POT/branch/master/graph/badge.svg

0 commit comments

Comments
 (0)