Newest version (unreviewed) is in the devel branch.
centralized "manager" of the rest of the system: DB; API endpoint for controllers and the outside world
Required Python version: 3.4
- Create virtualenv if necessary:
pyvenv ./venv(orpyvenv-3.4 ./venv) - Activate virtualenv:
- bash, zsh:
source venv/bin/activate - fish:
. venv/bin/activate.fish - csh, tcsh:
source venv/bin/activate.csh
- bash, zsh:
- Install dependencies if necessary:
pip install -r requirements.txt
The rest doesn't exist yet.