summaryrefslogtreecommitdiffstats
path: root/bootstrap-venv.sh
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2024-10-16 22:45:23 +0200
committerEddy Pedroni <epedroni@pm.me>2024-10-16 22:45:23 +0200
commit19aad3fdc3b10312743ff0399a5ad472e6573cad (patch)
treef02a11c5b430e077e45f4ca6d432ef38a6b6b21d /bootstrap-venv.sh
parent81949cce8b03703605b2b54d89f37e27617fa0d0 (diff)
Add makefile, pre-commit hook
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