first commit

This commit is contained in:
denis
2024-09-23 15:10:59 +02:00
commit df147630e5
21 changed files with 2270 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
rm -rf .venv
python3 -m venv .venv
source $(pwd)/.venv/bin/activate
echo "Activate virtual environment .venv"
echo "PIP path: $(command -v pip)"
pip install -U pip wheel setuptools
pip install -r $1