From f9f99dd01b1a2e02e6d76bac0633025ac54ffb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B1=D9=88=D8=AC=D8=B1?= <104784913+rogerpq@users.noreply.github.com> Date: Fri, 24 Nov 2023 19:34:56 +0300 Subject: [PATCH] Create build.sh --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..677d55d --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +pip install -r requirements.txt +python3 -m repthon +echo "Repthon"