diff options
Diffstat (limited to 'bootstrap-venv.sh')
-rwxr-xr-x | bootstrap-venv.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap-venv.sh b/bootstrap-venv.sh new file mode 100755 index 0000000..b105996 --- /dev/null +++ b/bootstrap-venv.sh @@ -0,0 +1,4 @@ +#!/usr/bin/zsh + +python -m venv venv +./venv/bin/pip install -r requirements.txt |