Activation of venv is needed (#546)

This commit is contained in:
SchaafAlexander
2025-05-10 20:30:12 +02:00
committed by GitHub
parent 481ebd24d7
commit 6c1f728fdf

View File

@@ -40,6 +40,7 @@ Windows:
```cmd
python -m venv .venv
.venv\Scripts\Activate
.venv\Scripts\pip install -r requirements.txt
.venv\Scripts\pip install -e .
```