Merge pull request #62 from crossan007/master

Fix setup crash; Update protobufs; bump to 1.2.6
This commit is contained in:
Kevin Hester
2021-03-07 13:51:52 +08:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ Installation is easily done through the Python package installer pip (note, you
- check that your computer has the required serial drivers installed, if not download them from [here](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers).
- check that your computer has Python 3 installed.
- check that your computer has pip3 installed, if not follow [this guide](https://www.makeuseof.com/tag/install-pip-for-python/).
- check that your computer has "pip3" installed, if not follow [this guide](https://www.makeuseof.com/tag/install-pip-for-python/).
- check that pytap2 is installed by pip3. If not, install it:
```
sudo pip3 install --upgrade pytap2