Files
relay/scripts/init.sh
2023-10-13 16:14:02 +02:00

5 lines
86 B
Bash
Executable File

#!/bin/sh
python3 -m venv venv
venv/bin/pip install pyinfra
venv/bin/pip install -e .