From e4bcda81c951b47e460846c2b67f2091149d38e9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 26 Sep 2015 15:56:55 +0100 Subject: [PATCH] Added installation instructions --- README | 12 ++++++++++++ README.md | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/README b/README index 91804d5..2244dd6 100644 --- a/README +++ b/README @@ -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. diff --git a/README.md b/README.md index 3b2683b..fd9acc3 100644 --- a/README.md +++ b/README.md @@ -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. + +