#!/bin/bash
virtualenv venv
source venv/bin/activate
pip install django
./build
echo "Setup Complete."
