Add virtualenv lines to install
parent
e2d4ed063b
commit
7cabb4854a
|
@ -67,6 +67,8 @@ 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
|
||||||
|
source ./env/bin/activate
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue