From 4a33c6b7618a33210ea74505d7c6a3542cf1e925 Mon Sep 17 00:00:00 2001 From: gtitov Date: Tue, 28 Mar 2023 11:27:17 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20run=20with=20executable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.cmd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 run.cmd diff --git a/run.cmd b/run.cmd new file mode 100644 index 0000000..958905b --- /dev/null +++ b/run.cmd @@ -0,0 +1,3 @@ +pip install -r requirements.txt +python run.py +pause \ No newline at end of file