You must have python-virtualenv installed (and obviously be connected to my DB ;))
Run
./setup.sh
While developing
env/bin/pserve development.ini --reload
To install a new python module, first edit setup.py and then
env/bin/python setup.py develop