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