-
Create the environment by running
virtualenv ~/eb-virt
-
Activate the environment by entering
source ~/eb-virt/bin/activate
-
Download the dependencies by running
pip install -r requirements.txt
-
Run the Django server locally by using
python manage.py runserver