diff options
author | Eddy Pedroni <epedroni@pm.me> | 2024-10-16 22:45:23 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2024-10-16 22:45:23 +0200 |
commit | 19aad3fdc3b10312743ff0399a5ad472e6573cad (patch) | |
tree | f02a11c5b430e077e45f4ca6d432ef38a6b6b21d /bootstrap-venv.sh | |
parent | 81949cce8b03703605b2b54d89f37e27617fa0d0 (diff) |
Add makefile, pre-commit hook
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 |