Backend WOW.

This commit is contained in:
Patrick_Pluto 2024-09-19 09:41:00 +02:00
parent 30edc6e795
commit 7b63b35d6b
10 changed files with 106 additions and 1 deletions

4
py/install.sh Normal file
View file

@ -0,0 +1,4 @@
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
deactivate