mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/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
|