mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-03-28 17:42:48 +01:00
6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python -m venv .venv && source .venv/bin/activate
|
|
pip install meshtastic
|
|
python nodes.py
|