forked from iarv/meshcore-gui
5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#!/usr/bin/env bash
|
|
python3 -m venv venv
|
|
source venv/bin/activate
|
|
pip install nicegui meshcore bleak meshcoredecoder
|