Merge pull request #12 from DocShotgun/main

Add start-up shell script for Linux
This commit is contained in:
Brian Dashore
2023-11-25 00:29:47 -05:00
committed by GitHub

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