updated macos instructions for pyserial

This commit is contained in:
Simon John 2019-11-14 08:39:24 +00:00
parent 12c001338d
commit 42462b2379

View file

@ -119,15 +119,10 @@ On Arch:
sudo pacman -S python-pyserial sudo pacman -S python-pyserial
``` ```
On Mac using MacPorts: On macOS 10.15+:
```sh ```sh
sudo port install py35-serial sudo /usr/bin/python3 -m pip pyserial
# or if you prefer homebrew
brew install python3
pip3 install pyserial
``` ```
On Windows: On Windows: