h/env.sh

8 lines
135 B
Bash
Raw Normal View History

2015-11-10 04:12:22 +00:00
#!/bin/bash
virtualenv env
2015-11-11 05:18:36 +00:00
. ./env/bin/activate
pip install git+https://github.com/billpmurphy/hask
pip install -r requirements.txt