From 3ddea5253186bc00fcc3b7099a802a4e81926af6 Mon Sep 17 00:00:00 2001 From: Shivesh Gupta <74242886+shiveshcodes@users.noreply.github.com> Date: Sun, 15 Oct 2023 10:18:57 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a77905..2ad3b32 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Create Virtual Environment: cd backend python3 -m venv venv ./venv/Scripts/Activate.ps1 # Windows - # Linux/MacOS + source ./venv/bin/activate # Linux/MacOS pip3 install -r requirements.txt ```