diff options
author | Eddy Pedroni <epedroni@pm.me> | 2024-11-09 20:35:56 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2024-11-09 20:35:56 +0100 |
commit | cda8197669409689be291660f93cb288ab2d31b3 (patch) | |
tree | 81db9b0c7c0491e0737cbffb39af6b935c0dfeb8 /bootstrap-venv.sh | |
parent | a2257a900d4fffd6f94b73f1c48c62370ed1d684 (diff) |
Migrate to project-based structure
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 99919d6..0000000 --- a/bootstrap-venv.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/zsh - -rm -rf venv -python -m venv venv -./venv/bin/pip install -r requirements.txt |