Skip to content

ideo/petri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published