Add virtualenv lines to install

bar_select
Tyler Goodlet 2020-11-06 16:03:47 -05:00
parent e2d4ed063b
commit 7cabb4854a
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ for a development install::
git clone git@github.com:pikers/piker.git
cd piker
virtualenv env
source ./env/bin/activate
pip install -e .