From cffd20f58083f70bd9bf9d48103cd636e09306ea Mon Sep 17 00:00:00 2001 From: DocShotgun <126566557+DocShotgun@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:03:52 -0800 Subject: [PATCH] Add start-up shell script for Linux - requires user to have already installed the pre-requisites in venv --- start.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..4aa922f --- /dev/null +++ b/start.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd "$(dirname "$0")" +source ./venv/bin/activate +pip -V +python main.py