Update to README.md with note about installing on Big Sur

This commit is contained in:
Jm Casler
2021-02-11 07:54:53 -08:00
committed by GitHub
parent de08126cee
commit 8cc33fa41d

View File

@@ -106,4 +106,14 @@ If you need to build a new release you'll need:
```
apt install pandoc
sudo pip3 install markdown pandoc webencodings pyparsing
```
```
## Mac OS Big Sur
There is a problem with Big Sur and pyserial. The workaround is to install a newer version of pyserial:
```
pip3 install -U --pre pyserial
```
Afterwards you can use the meshatstic python client again on MacOS.