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

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