mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
commit
52c9b79c36
|
@ -98,6 +98,14 @@ values={[
|
||||||
```shell
|
```shell
|
||||||
pip3 install --upgrade meshtastic
|
pip3 install --upgrade meshtastic
|
||||||
```
|
```
|
||||||
|
- Using pipx as an alternative to pip3 if `externally-managed-environment` error is encountered
|
||||||
|
```shell
|
||||||
|
sudo apt install pipx && pipx install meshtastic
|
||||||
|
```
|
||||||
|
- If using `pipx` it may be necessary to update `$PATH` by running:
|
||||||
|
```shell
|
||||||
|
pipx ensurepath
|
||||||
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="macos">
|
<TabItem value="macos">
|
||||||
|
|
Loading…
Reference in a new issue