Improve README.md.

This commit is contained in:
Lukas Tenbrink
2025-07-31 14:03:00 +02:00
parent 948513151e
commit ac67827a9d

View File

@@ -7,12 +7,13 @@ WIP Repository
```bash
python -m venv .venv
source .venv/bin/activate
pip install
pip install -r requirements.txt
```
## Serve
```bash
source .venv/bin/activate
make html
cd build/html
python -m http.server