diff --git a/README b/README deleted file mode 100644 index 2244dd6..0000000 --- a/README +++ /dev/null @@ -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.