chore: update mesh.sh to use requirements file (#675)

This commit is contained in:
Ben Allfree
2026-04-03 14:20:48 -07:00
committed by GitHub
parent 09ea277a40
commit 295d4cf2bb
+2 -1
View File
@@ -17,5 +17,6 @@ set -euo pipefail
python -m venv .venv
source .venv/bin/activate
pip install -U meshtastic black pytest
pip install -U pip
pip install -r "$(dirname "$0")/requirements.txt"
exec python mesh.py