Created install.sh and pyshelf.sh

Also refactored methods to work as a zipapp
This commit is contained in:
2025-08-08 20:54:12 +00:00
parent 4918c40d54
commit de70aca912
2 changed files with 7 additions and 21 deletions

2
pyshelf.sh vendored
View File

@@ -3,7 +3,7 @@
# It sets up the environment and runs the main script.
# first we need to activate the virtual environment
if [ -d ".venv" ]; then
source venv/bin/activate
source .venv/bin/activate
else
echo "Virtual environment not found. Please create it first."
exit 1