From b98a62899ce91ce444665e726fef2cdb6e510847 Mon Sep 17 00:00:00 2001 From: Simon <65854503+OpenSourceSimon@users.noreply.github.com> Date: Sun, 28 May 2023 15:43:10 +0200 Subject: [PATCH] Update run.bat --- run.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/run.bat b/run.bat index d010f81..38bbeb7 100644 --- a/run.bat +++ b/run.bat @@ -6,9 +6,6 @@ if exist "%VENV_DIR%" ( call "%VENV_DIR%\Scripts\activate.bat" ) -echo Installing dependencies... -pip install -r requirements.txt - echo Running Python script... python main.py