From 4d8ddc23c088af0c39b3881d12cc4638d201b806 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 8 Aug 2019 01:35:29 +0200
Subject: [PATCH] Add PyPI badge

---
 README.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 4ce9d41..6be2b6d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,7 @@
+.. image:: https://badge.fury.io/py/pystencils-autodiff.svg
+   :target: https://badge.fury.io/py/pystencils-autodiff
+   :alt: PyPI version
+
 .. image:: https://readthedocs.org/projects/pystencils-autodiff/badge/?version=latest
     :target: https://pystencils-autodiff.readthedocs.io/en/latest/?badge=latest
     :alt: Documentation Status===================
@@ -20,7 +24,7 @@ Install via pip :
 
    pip install pyconrad
 
-or if you downloaded this `repository <https://github.com/theHamsta/pystencils_autodiff>\`_ using:
+or if you downloaded this `repository <https://github.com/theHamsta/pystencils_autodiff>`_ using:
 
 .. code-block:: bash
 
-- 
GitLab