Make sure you have installed the requirements
[sudo] pip install -r env/requirements.txt
Then simply execute
[sudo] bin/start_project <project_name> <parent_directory>
Once complete you can then run:
workon <project_name>
And then to stop working:
deactivate