Make install instructions copy pastable
parent
7d794e9187
commit
f4fc3d099b
14
README.rst
14
README.rst
|
@ -15,16 +15,16 @@ Before installing make sure you have ``pip`` and ``virtualenv``.
|
||||||
|
|
||||||
Then for a development install::
|
Then for a development install::
|
||||||
|
|
||||||
$ git clone git@github.com:pikers/piker.git
|
git clone git@github.com:pikers/piker.git
|
||||||
$ cd piker
|
cd piker
|
||||||
$ virtualenv env
|
virtualenv env
|
||||||
$ source ./env/bin/activate
|
source ./env/bin/activate
|
||||||
(env) $ pip install cython
|
pip install cython
|
||||||
(env) $ pip install -e ./ -r requirements.txt
|
pip install -e ./ -r requirements.txt
|
||||||
|
|
||||||
To start the real-time watchlist::
|
To start the real-time watchlist::
|
||||||
|
|
||||||
(env) $ piker watch cannabis
|
piker watch cannabis
|
||||||
|
|
||||||
If you insist on trying to install it (which should work) please do it
|
If you insist on trying to install it (which should work) please do it
|
||||||
from this GitHub repository::
|
from this GitHub repository::
|
||||||
|
|
Loading…
Reference in New Issue