Update README.md

Added command to create virtual environment for windows based machine
This commit is contained in:
Shivam Sareen 2024-09-06 12:34:25 -07:00 committed by GitHub
parent f118bb6bf3
commit dfd79dc4c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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