Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 653 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 653 Bytes

Newest version (unreviewed) is in the devel branch.

server: the DB + "manager"

centralized "manager" of the rest of the system: DB; API endpoint for controllers and the outside world

Setup

Required Python version: 3.4

  1. Create virtualenv if necessary: pyvenv ./venv (or pyvenv-3.4 ./venv)
  2. Activate virtualenv:
    • bash, zsh: source venv/bin/activate
    • fish: . venv/bin/activate.fish
    • csh, tcsh: source venv/bin/activate.csh
  3. Install dependencies if necessary: pip install -r requirements.txt

The rest doesn't exist yet.