Creating a module¶
Setting up a development environment¶
Set up a new virtualenv with a least Python 3.5 and install the supervisr module.
virtualenv -p python3 env source env/bin/activate pip install supervisr[dev]
This will install all required dependencies.