Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 310 Bytes

Getting started

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