mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-08-07 01:13:01 +02:00
chore: update mesh.sh to use requirements file (#675)
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user