h/env.sh

8 lines
149 B
Bash
Raw Permalink Normal View History

2015-11-10 04:12:22 +00:00
#!/bin/bash
2015-11-15 16:42:53 +00:00
virtualenv -p /usr/bin/python3.4 env
2015-11-11 05:18:36 +00:00
. ./env/bin/activate
2015-11-15 16:42:53 +00:00
pip3 install git+https://github.com/pyos/dg
pip3 install -r requirements.txt