How to create venv and start

  1. Create the virtual environment with make virtualenv
  2. Activate the virtual environment with source env/bin/activate
  3. Install the requirements with make requirements

Now you're ready to go :)