From 6c1f728fdf311bfa87b2cbe44851cf70bdb5b7ad Mon Sep 17 00:00:00 2001 From: SchaafAlexander <86607129+SchaafAlexander@users.noreply.github.com> Date: Sat, 10 May 2025 20:30:12 +0200 Subject: [PATCH] Activation of venv is needed (#546) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76f105f..a004bd8 100644 --- a/README.md +++ b/README.md @@ -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 . ```