mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 00:02:11 +00:00
as
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
python3 -m venv /home/pi/Conjurer/env
|
python3 -m venv /home/pi/Conjurer/env
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
./env/python3 -m pip install --upgrade pip
|
||||||
./env/python3 -m pip install -r requirements.txt
|
./env/python3 -m pip install -r requirements.txt
|
||||||
./env/python3 /home/pi/Conjurer/bot.py
|
|
||||||
|
|||||||
Reference in New Issue
Block a user