Update installation.mdx

Added pipx as an alternative to pip3
This commit is contained in:
SimmerV 2024-07-17 21:45:40 -07:00 committed by GitHub
parent d6c502678b
commit 871f356b86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">