### Setup Install a virtualenv: ``` virtualenv env --python python3.5 && \ source env/bin/activate && \ pip install --requirement humans.txt ``` ``` python manage.py makemigrations projects specializations users && \ python manage.py migrate ``` ``` python manage.py runserver ```