Update README.md

This commit is contained in:
BluTiger 2024-09-23 16:49:03 +02:00 committed by GitHub
parent be69ae8c01
commit e551103f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,10 @@ Run the script with the following command:
```powershell
.\run.py
```
or
```powershell
.venv\Scripts\python .\run.py
```
#### On Linux/MacOS/BSD:
```bash