summaryrefslogtreecommitdiffstats
path: root/bootstrap-venv.sh
diff options
context:
space:
mode:
authorAndreeaRadoescu <randreea23@gmail.com>2024-10-23 19:24:53 +0200
committerAndreeaRadoescu <randreea23@gmail.com>2024-10-23 19:24:53 +0200
commite289af0c914058490949ace441aada8182de0126 (patch)
tree702f304f1158fb715505f2c3de360358e42f4400 /bootstrap-venv.sh
parent875014ebcb8898e6161e7e2d09b127fc4fa595a2 (diff)
parent19aad3fdc3b10312743ff0399a5ad472e6573cad (diff)
Merge branch 'master' into feature/addGUI
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