From 9f7e5273c4264f4217b12f7951eaf8b974e4afda Mon Sep 17 00:00:00 2001 From: John Stilia Date: Fri, 27 Jun 2025 18:09:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d667359..e09bd37 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ We highly recommend using a `venv` to avoid issues. For Windows: ```bash python -m venv venv -venv\Scripts\activate +source ./venv/bin/activate pip install -r requirements.txt ``` For Linux: