mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
Update to README.md with note about installing on Big Sur
This commit is contained in:
1 parent
de08126cee
commit
8cc33fa41d
1 file changed
+11
-1
@@ -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