-
Create a new Virtual Environment on the same level as the manage.py file
-
Activate the virtual environment
$ source env/Source/activate
- install the dependencies from the requirements.txt file
pip install -r requirements.txt
- Start App
python manage.py runserver
Tests have not been included.