Skip to content

Environment essentials for local development

If not already installed:

then:

  • download helios-server

  • cd into the helios-server directory

  • create a virtual environment:

python3 -m venv venv  
  • activate the virtual environment:
source venv/bin/activate
  • install dependency requirements:
python3 -m pip install -r requirements.txt