Files
conjurer/start.sh
T
2024-03-29 15:11:40 +01:00

6 lines
168 B
Bash
Executable File

#!/bin/bash
python3 -m venv /home/pi/Conjurer/env
source .venv/bin/activate
./env/python3 -m pip install --upgrade pip
./env/python3 -m pip install -r requirements.txt