Add Pypi link and instuctions to ReadMe

Made Pypi badge link to Pypi page.

Added Installation instructions
This commit is contained in:
Gabriel
2018-10-11 10:48:10 -04:00
committed by GitHub
parent 4b7c9388f4
commit 2eeff94083

View File

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