mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update installation.mdx
Added pipx as an alternative to pip3
This commit is contained in:
parent
d6c502678b
commit
871f356b86
|
@ -98,6 +98,14 @@ values={[
|
|||
```shell
|
||||
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 value="macos">
|
||||
|
|
Loading…
Reference in a new issue