From a4b4582a00967f597b143156b1ff3e4f41855e26 Mon Sep 17 00:00:00 2001 From: Danil Boldyrev Date: Fri, 26 May 2023 04:48:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.bat b/start.bat index a19b055..0dd537c 100644 --- a/start.bat +++ b/start.bat @@ -1,2 +1,5 @@ +@echo off +python -m venv venv +call venv\Scripts\activate pip install -r requirements.txt python main.py \ No newline at end of file