Update README.md
Added command to create virtual environment for windows based machine
This commit is contained in:
parent
f118bb6bf3
commit
dfd79dc4c7
1 changed files with 5 additions and 0 deletions
|
|
@ -133,6 +133,11 @@ LinkedIn_AIHawk steps in as a game-changing solution to these challenges. It's n
|
||||||
source virtual/bin/activate
|
source virtual/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or for Windows-based machines -
|
||||||
|
```bash
|
||||||
|
.\virtual\Scripts\activate
|
||||||
|
```
|
||||||
|
|
||||||
5. **Install the required packages:**
|
5. **Install the required packages:**
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue