Skip to content

Commit 2eeff94

Browse files
authored
Add Pypi link and instuctions to ReadMe
Made Pypi badge link to Pypi page. Added Installation instructions
1 parent 4b7c938 commit 2eeff94

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Easy progress reporting for Python
66
|demo|
77

88
.. |pypi| image:: https://img.shields.io/pypi/v/progress.svg
9+
:target: https://pypi.org/project/progress/
910
.. |demo| image:: https://raw.github.com/verigak/progress/master/demo.gif
1011
:alt: Demo
1112

@@ -128,6 +129,15 @@ There are 5 predefined spinners:
128129
- ``LineSpinner``
129130
- ``PixelSpinner``
130131

132+
Installation
133+
============
134+
135+
Download from PyPi
136+
137+
.. code-block:: shell
138+
139+
pip install progress
140+
131141
132142
Other
133143
=====

0 commit comments

Comments
 (0)