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.
This commit is contained in:
filipkappa
2025-02-02 15:57:44 +01:00
committed by GitHub
parent 6e90106766
commit eb9146f02d

View File

@@ -40,6 +40,11 @@ and activate it with:
```bash
source .venv/bin/activate
```
alternative activation for Windows:
```bash
.\.venv\Scripts\Activate
```
Install the dependencies: