- If you have a hard time getting the environment set up please ask Amir. Setting up this repository to start the work is NOT a part of the test.
3. Make sure Heroku toolbelt is installed: https://toolbelt.heroku.com/
cd webdev_applicant
virtualenv --distribute venv
source venv/bin/activate
pip install -r requirements.txt