aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-venv.sh
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2023-12-17 20:34:27 +0100
committerEddy Pedroni <epedroni@pm.me>2023-12-17 20:34:27 +0100
commit88b86d9c9687ae49be3e6388f2f0e21050017221 (patch)
tree027942d9149c002870243b338d3dd5c655382d7f /bootstrap-venv.sh
parentb609b4ce55104c77a3f69366874a3e25e3061172 (diff)
Add venv bootstrap script, update requirements
Diffstat (limited to 'bootstrap-venv.sh')
-rwxr-xr-xbootstrap-venv.sh4
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