#!/usr/bin/env bash

rm -rf venv
virtualenv venv
cp pip.conf venv/
venv/bin/pip install -r requirements.txt
