- Create a virtual environment of your choosing. Below is a pyenv example which requires both
pyenv
and thepyenv-virtualenvwrapper
to be installed (see the Installation section of this page for help)
pyenv virtualenv 3.8.7 petri
pyenv activate petri
- Install requirements.
pip install -r requirements.txt