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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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