Browse Source

Improve installation instructions

pull/154/head
oliverpool 9 years ago
parent
commit
b5b1b84d94
  1. 8
      README.rst

8
README.rst

@ -24,10 +24,14 @@ Installation
Using pip |pypi| Using pip |pypi|
^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
As simple as:: For the stable version, as simple as::
pip3 install patacrep pip3 install patacrep
Or for the latest version::
pip3 install https://github.com/patacrep/patacrep/archive/master.zip
For developement |sources| For developement |sources|
^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -36,7 +40,7 @@ Clone Patacrep repos::
git clone git://github.com/patacrep/patacrep.git git clone git://github.com/patacrep/patacrep.git
cd patacrep cd patacrep
pip3 install -r Requirements.txt pip3 install -r Requirements.txt
python3 setup.py install python3 setup.py develop
Quick and dirty Debian (and Ubuntu?) package Quick and dirty Debian (and Ubuntu?) package
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Loading…
Cancel
Save