summaryrefslogtreecommitdiffstats
path: root/bootstrap-venv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-venv.sh')
-rwxr-xr-xbootstrap-venv.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-venv.sh b/bootstrap-venv.sh
index b105996..f3c5580 100755
--- a/bootstrap-venv.sh
+++ b/bootstrap-venv.sh
@@ -1,4 +1,5 @@
#!/usr/bin/zsh
+rm -r venv
python -m venv venv
./venv/bin/pip install -r requirements.txt