This commit is contained in:
DasMoorhuhn
2025-07-02 00:50:24 +02:00
committed by DasMoorhuhn
parent 99a5c7c110
commit 710ebbdb30
4 changed files with 228 additions and 1 deletions

View File

@@ -60,13 +60,16 @@ Download the latest version of Python and install it
## Pip
```bash
pip3 install -r requirements.txt
pip3 install uv
```
## Config
## Starten
```shell
uv run ...
```
# Tests
```bash