Missing dependency

This commit is contained in:
exotime 2021-09-14 15:27:12 +09:00
parent c8cc5e81c0
commit f806ce6e5b

View file

@ -140,7 +140,7 @@ Installation is easily done through the [Python package installer pip](https://p
```
* Upgrade pip and installed meshtastic and its dependancies
```
pip install --upgrade pip pytap2 wheel mesthtastic
pip install --upgrade pip pygatt pytap2 wheel mesthtastic
```
:::note