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 =====