Added installation instructions
This commit is contained in:
parent
62f1fa97ce
commit
e4bcda81c9
2 changed files with 20 additions and 0 deletions
12
README
12
README
|
@ -4,3 +4,15 @@ Printr
|
||||||
Printr is a simple PyPi module that allows for print statements to be
|
Printr is a simple PyPi module that allows for print statements to be
|
||||||
replaces with a new line. Particularly useful for displaying progress
|
replaces with a new line. Particularly useful for displaying progress
|
||||||
messages.
|
messages.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
------------
|
||||||
|
|
||||||
|
Installation can be done using pip in the standard way;
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
pip install python-printr
|
||||||
|
|
||||||
|
If you have python 3 installed, then install using ``pip3``. There are
|
||||||
|
no dependancies for this package, so installation should go ahead fine.
|
||||||
|
|
|
@ -3,3 +3,11 @@
|
||||||
Printr is a simple PyPi module that allows for print statements to be replaces with a new line. Particularly useful for displaying progress messages.
|
Printr is a simple PyPi module that allows for print statements to be replaces with a new line. Particularly useful for displaying progress messages.
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Installation can be done using pip in the standard way;
|
||||||
|
```
|
||||||
|
pip install python-printr
|
||||||
|
```
|
||||||
|
If you have python 3 installed, then install using `pip3`. There are no dependancies for this package, so installation should go ahead fine.
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue