Skip to content

Commit b65d43c

Browse files
authored
Merge pull request #225 from filipkappa/patch-1
Added alternative activation command for Windows
2 parents 0cdcfd2 + eb9146f commit b65d43c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ Activate the virtual environment:
5858
```bash
5959
source .venv/bin/activate
6060
```
61+
alternative activation for Windows:
62+
63+
```bash
64+
.\.venv\Scripts\Activate
65+
```
6166

6267
#### Step 3: Install Dependencies
6368
Install Python packages:

0 commit comments

Comments
 (0)