Merge pull request #1345 from SimmerV/patch-1

Update installation.mdx
This commit is contained in:
pdxlocations 2024-08-11 18:27:46 -07:00 committed by GitHub
commit 52c9b79c36
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">