mirror of
https://github.com/meshtastic/python.git
synced 2025-12-26 09:27:52 -05:00
Update to README.md with note about installing on Big Sur
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user