Skip to content

Commit eb9146f

Browse files
authored
Added alternative activation command for Windows
Added alternative for venv activation in Windows. It's only a single comannd - the rest of the flow remains the same.
1 parent 6e90106 commit eb9146f

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
@@ -40,6 +40,11 @@ and activate it with:
4040
```bash
4141
source .venv/bin/activate
4242
```
43+
alternative activation for Windows:
44+
45+
```bash
46+
.\.venv\Scripts\Activate
47+
```
4348

4449
Install the dependencies:
4550

0 commit comments

Comments
 (0)