Add start-up shell script for Linux

- requires user to have already installed the pre-requisites in venv
This commit is contained in:
DocShotgun 2023-11-23 19:03:52 -08:00 committed by GitHub
parent d47c39da54
commit cffd20f580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
start.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd "$(dirname "$0")"
source ./venv/bin/activate
pip -V
python main.py