diff --git a/README.rst b/README.rst index 9ba8a2932a4acfef7f937b33e17bdeade21046be..1e72b64645fff554713c9ae6a4b66aad73cd4b07 100644 --- a/README.rst +++ b/README.rst @@ -6,13 +6,19 @@ The website for North Bay Python is a Django application with Symposion and Regi Setup ----- -1. pip install -r requirements +Development +~~~~~~~~~~~ +1. pip install -r requirements/base.txt 2. python manage.py createsuperuser 3. python manage.py loaddata fixtures/* 4. python manage.py migrate +Prod +~~~~ +Use `pip install -r requirements.txt` instead. + Reference Material ------------------ * Registrasion docs are at http://registrasion.readthedocs.io -* Symposion docs are at http://symposion.readthedocs.io \ No newline at end of file +* Symposion docs are at http://symposion.readthedocs.io