archive
/
Printr
Archived
1
Fork 0

Removed old readme from repo

This commit is contained in:
Jake Howard 2015-10-06 09:17:05 +01:00
parent 3f8a9ca11c
commit d0b5eee161
1 changed files with 0 additions and 18 deletions

18
README
View File

@ -1,18 +0,0 @@
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.