- python3
git clone https://github.com/nitinsurya/YHacks16.git
virtualenv -p python3 YHacks16
source ./YHacks16/bin/activate
cd YHacks16
pip install -r requirements.txt
python api.py # runs the server on port 3000. One can use nohup to keep the server running.