/petri

Primary LanguagePython

petri

getting started

python setup

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