Files
Meshroller/prep.sh
2026-02-11 14:48:50 -06:00

4 lines
102 B
Bash

python -m venv venv
source venv/bin/activate
pip install meshtastic
cp config.json.example config.json