update to devguide
This commit is contained in:
parent
212b8ccb02
commit
9c4459e7e7
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ To leverage the dev environment you need python 3.6+.
|
|||
# change to daemon directory
|
||||
cd $REPO/daemon
|
||||
|
||||
# copy setup.py for installation
|
||||
cp setup.py.in setup.py
|
||||
|
||||
# install pipenv
|
||||
pip3 install pipenv
|
||||
|
||||
|
|
Loading…
Reference in a new issue