summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-11-08 10:38:16 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-11-08 10:38:16 +0100
commit23887a73d03714cd427c13f9a61774f22be24de4 (patch)
tree6db418dd5536d6751f5f609b0f807511acd8e02e /README.md
parent916d0332be51f705e8d6a575e82906ba0e3e61ba (diff)
add pypi badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dedde6b..0e550a2 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# POT: Python Optimal Transport
-
-[![Documentation Status](https://readthedocs.org/projects/pot/badge/?version=latest)](http://pot.readthedocs.io/en/latest/?badge=latest)
+[![PyPI version](https://badge.fury.io/py/POT.svg)](https://badge.fury.io/py/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)
This open source Python library provide several solvers for optimization problems related to Optimal Transport for signal, image processing and machine learning.