Work on deployment

This commit is contained in:
2024-03-29 14:58:46 +01:00
committed by migatu
parent 6c9f01971a
commit 4a4f8df06e
3 changed files with 15 additions and 5 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
python3 -m venv /home/pi/Conjurer/env
source .venv/bin/activate
./env/python3 -m pip install -r requirements.txt
./env/python3 /home/pi/Conjurer/bot.py