archive
/
Printr
Archived
1
Fork 0

Added installation instructions

This commit is contained in:
Jake Howard 2015-09-26 15:56:55 +01:00
parent 62f1fa97ce
commit e4bcda81c9
2 changed files with 20 additions and 0 deletions

12
README
View File

@ -4,3 +4,15 @@ Printr
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.

View File

@ -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.
## 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.