- 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.
cd skillstest_webdev
virtualenv --distribute venv
source venv/bin/activate
pip install -r requirements.txt