Skip to content

Commit b03e3ee

Browse files
authored
Update Python package instructions for Windows
1 parent af1391d commit b03e3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Execute the following in your terminal:
8989

9090
```bash
9191
python -m venv venv
92-
source venv/bin/activate
93-
pip install --upgrade pip
92+
source venv/bin/activate # for Windows, source venv/Scripts/activate
93+
python -m pip install --upgrade pip
9494
pip install -r requirements.txt
9595
```
9696

0 commit comments

Comments
 (0)