From 08ff521140a213bf4a184bc0c57f4e4860bc3a35 Mon Sep 17 00:00:00 2001 From: What about KSCH <54140748+KSCHdsc@users.noreply.github.com> Date: Sun, 30 Oct 2022 20:31:41 +0100 Subject: [PATCH] Add files via upload --- install.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 install.bat diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..a1047d5 --- /dev/null +++ b/install.bat @@ -0,0 +1,3 @@ +@echo off +pip install -r requirements.txt +pause \ No newline at end of file