PySS Society website
Python2.7:
pip install -r requirements.txt
System:
Postgres:
- Ubuntu/Debian:
apt-get install postgresql-server-dev-X.Y
pip install psycopg2
Django style:
- (first time)
python manage.py createdb
- (each time)
python mmanage.py runserver