From e551103f37d8e36d252657636f8463ef634682bf Mon Sep 17 00:00:00 2001 From: BluTiger <65156144+Blu-Tiger@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:49:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 632d960..8270a4f 100644 --- a/README.md +++ b/README.md @@ -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