Gesamtlast_simple

This commit is contained in:
Bla Bla
2024-09-05 14:26:26 +02:00
parent c16faec6fe
commit 004b16c2fd
3 changed files with 12 additions and 3 deletions

View File

@@ -28,6 +28,11 @@ git clone [URL des Repositories]
cd [Projektverzeichnis]
pip install -r requirements.txt
```
Bei pip install mariadb Fehler:
sudo apt-get install -y libmariadb-dev
pip install mariadb
## Nutzung
`config.example.py` anpassen und dann in config.py umbennenen