This commit is contained in:
2025-07-02 00:50:24 +02:00
parent 99a5c7c110
commit 5d3745a12c
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