Prerequisites (OS X):
- Install command-line tools with
xcode-select --install - Install
brew - Install pip with
sudo easy_install pip - Install docker
Set up environment:
cd path/to/repo
virtualenv venv
. venv/bin/activate
Install dependencies:
pip install -r requirements.txt
brew install golang libjpeg-turbo
Ensure that docker is running. Next, run the following in your terminal:
cd path/to/repo
. venv/bin/activate
python run.py