4 lines
102 B
Bash
4 lines
102 B
Bash
python -m venv venv
|
|
source venv/bin/activate
|
|
pip install meshtastic
|
|
cp config.json.example config.json |