Merge pull request #64 from exotime/master

Missing dependency
This commit is contained in:
Sacha Weatherstone 2021-09-14 16:47:39 +10:00 committed by GitHub
commit e683aff34b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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