summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2018-10-03 08:38:11 +0200
committerGitHub <noreply@github.com>2018-10-03 08:38:11 +0200
commitfeaecbe2965fa22cdf964c2e869fe56d6ce392e9 (patch)
treee591f016a12b00c17a065b4e5881b0d5c24135fd /README.md
parent8f6c45534dcdd6e8f80a31205be28481fc79c533 (diff)
parent27f0a9fe625f6fa8123e0e7364a4c0c0e10d5702 (diff)
Merge pull request #63 from rflamary/prV0.5
[MRG] Release 0.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0540723..b068131 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
[![Anaconda Cloud](https://anaconda.org/conda-forge/pot/badges/version.svg)](https://anaconda.org/conda-forge/pot)
[![Build Status](https://travis-ci.org/rflamary/POT.svg?branch=master)](https://travis-ci.org/rflamary/POT)
[![Documentation Status](https://readthedocs.org/projects/pot/badge/?version=latest)](http://pot.readthedocs.io/en/latest/?badge=latest)
+[![Downloads](https://pepy.tech/badge/pot)](https://pepy.tech/project/pot)
[![Anaconda downloads](https://anaconda.org/conda-forge/pot/badges/downloads.svg)](https://anaconda.org/conda-forge/pot)
[![License](https://anaconda.org/conda-forge/pot/badges/license.svg)](https://github.com/rflamary/POT/blob/master/LICENSE)
@@ -79,7 +80,7 @@ Note that for easier access the module is name ot instead of pot.
Some sub-modules require additional dependences which are discussed below
-* **ot.dr** (Wasserstein dimensionality rediuction) depends on autograd and pymanopt that can be installed with:
+* **ot.dr** (Wasserstein dimensionality reduction) depends on autograd and pymanopt that can be installed with:
```
pip install pymanopt autograd
```