#!/bin/bash virtualenv -p /usr/bin/python3.4 env . ./env/bin/activate pip3 install git+https://github.com/pyos/dg pip3 install -r requirements.txt