1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
django-client-reverse/runbuild

9 lines
119 B
Text
Raw Normal View History

2015-12-09 22:02:27 +00:00
#!/usr/bin/env bash
set -e
pyvenv-3.4 env
env/bin/pip install -r requirements.txt --upgrade
2015-12-09 23:00:35 +00:00
python setup.py install