From b5b1b84d948fe6ec29a4136d842034005240c3c8 Mon Sep 17 00:00:00 2001 From: oliverpool Date: Tue, 3 Nov 2015 12:26:16 +0100 Subject: [PATCH] Improve installation instructions --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b830c052..e44ef785 100644 --- a/README.rst +++ b/README.rst @@ -24,10 +24,14 @@ Installation Using pip |pypi| ^^^^^^^^^^^^^^^^ -As simple as:: +For the stable version, as simple as:: pip3 install patacrep +Or for the latest version:: + + pip3 install https://github.com/patacrep/patacrep/archive/master.zip + For developement |sources| ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -36,7 +40,7 @@ Clone Patacrep repos:: git clone git://github.com/patacrep/patacrep.git cd patacrep pip3 install -r Requirements.txt - python3 setup.py install + python3 setup.py develop Quick and dirty Debian (and Ubuntu?) package ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^