Merge pull request #225 from filipkappa/patch-1

Added alternative activation command for Windows
This commit is contained in:
warmshao
2025-02-06 09:17:30 +08:00
committed by GitHub

View File

@@ -58,6 +58,11 @@ Activate the virtual environment:
```bash
source .venv/bin/activate
```
alternative activation for Windows:
```bash
.\.venv\Scripts\Activate
```
#### Step 3: Install Dependencies
Install Python packages: