From dfd79dc4c7ecf46e1c8116389d95cb470e583eb9 Mon Sep 17 00:00:00 2001 From: Shivam Sareen Date: Fri, 6 Sep 2024 12:34:25 -0700 Subject: [PATCH] Update README.md Added command to create virtual environment for windows based machine --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0cd47de..f5bfeaa 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,11 @@ LinkedIn_AIHawk steps in as a game-changing solution to these challenges. It's n source virtual/bin/activate ``` + or for Windows-based machines - + ```bash + .\virtual\Scripts\activate + ``` + 5. **Install the required packages:** ```bash pip install -r requirements.txt