diff --git a/README.md b/README.md index f38cf09..5878d31 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ Set up the environment by running setup.sh -gevent installation may take a long time and display warnings; these may be ignored. \ No newline at end of file +If you get errors about a module not being found, make sure you are working in the virtualenv. To enter the venv: + + . venv/bin/activate + +Run tests: + + ./run_tests.sh + +Run development server (local): + + python manage.py runserver \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 744f134..781967f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,3 @@ gunicorn django-simple-email-confirmation django-ses coverage -uwsgi