#!/bin/bash
virtualenv --no-site-packages .
source ./bin/activate
echo 'hello'
echo $PWD
pip install -r requirements.txt
