From bedc2db4026a77920bcf2eaf68fb3237520d97f6 Mon Sep 17 00:00:00 2001 From: johndavedosn <112868391+johndavedosn@users.noreply.github.com> Date: Sun, 25 Feb 2024 14:30:12 +0100 Subject: [PATCH] Added a set up script to simpleify installation --- set-up.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 set-up.sh diff --git a/set-up.sh b/set-up.sh new file mode 100644 index 0000000..e084dc8 --- /dev/null +++ b/set-up.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +pip install -r requirements.txt +python turbolist3r.py --help