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.
ymd/build.sh
2017-03-14 18:38:54 +00:00

7 lines
81 B
Bash
Executable file

#!/usr/bin/env bash
set -e
pyvenv env
env/bin/pip install -r requirements.txt