update to devguide

This commit is contained in:
bharnden 2019-09-23 22:45:27 -07:00
parent 212b8ccb02
commit 9c4459e7e7

View file

@ -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