summaryrefslogtreecommitdiffstats
path: root/bootstrap-venv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-venv.sh')
-rwxr-xr-xbootstrap-venv.sh5
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