From 2eeff94083a4b4d14e63c80ca93e058c5443836d Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 11 Oct 2018 10:48:10 -0400 Subject: [PATCH] Add Pypi link and instuctions to ReadMe Made Pypi badge link to Pypi page. Added Installation instructions --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 6c5adfe..0806d9d 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,7 @@ Easy progress reporting for Python |demo| .. |pypi| image:: https://img.shields.io/pypi/v/progress.svg + :target: https://pypi.org/project/progress/ .. |demo| image:: https://raw.github.com/verigak/progress/master/demo.gif :alt: Demo @@ -128,6 +129,15 @@ There are 5 predefined spinners: - ``LineSpinner`` - ``PixelSpinner`` +Installation +============ + +Download from PyPi + +.. code-block:: shell + + pip install progress + Other =====