The Cheese Cart.
- If required, install Vagrant
- From the project directory, run
vagrant up, and wait for initial bootstrapping. - Connect to the VM using
vagrant ssh. - Change to
/vagrant. - Initialise virtualenv:
virtualenv . - Activate:
./bin/activate - Install requirements:
pip install -r ./requirements.txt