1
edit
| Line 31: | Line 31: | ||
sudo systemctl enable bluetooth | sudo systemctl enable bluetooth | ||
sudo systemctl start bluetooth | sudo systemctl start bluetooth | ||
pip3 install --upgrade pytap2 | |||
pip3 install --upgrade "meshtastic[cli]" # this line and the above to install the meshtastic cli (in the same venv) | |||
</pre> | </pre> | ||
| Line 38: | Line 40: | ||
<pre> | <pre> | ||
cd mcore | cd mcore | ||
source .venv/bin/activate | |||
</pre> | </pre> | ||
<pre> | <pre> | ||
edit