From eb9146f02da8116382d6fee927348ebb2cceabd2 Mon Sep 17 00:00:00 2001 From: filipkappa <33746455+filipkappa@users.noreply.github.com> Date: Sun, 2 Feb 2025 15:57:44 +0100 Subject: [PATCH] Added alternative activation command for Windows Added alternative for venv activation in Windows. It's only a single comannd - the rest of the flow remains the same. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fd96088..86356e5 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ and activate it with: ```bash source .venv/bin/activate ``` +alternative activation for Windows: + +```bash +.\.venv\Scripts\Activate +``` Install the dependencies: