From d579468da8d602567557af0e7da2c6816e233c7f Mon Sep 17 00:00:00 2001 From: Rohan Date: Tue, 13 Aug 2024 15:41:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a59d9a13..b52188f2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ cd path\to\your\project "C:\Path\To\Python3.10\python.exe" -m venv .venv # Activate the virtual environment -.\env\Scripts\activate +.\.venv\Scripts\activate # Your virtual environment is now active. # You can install using pip