updated macos instructions for pyserial
This commit is contained in:
parent
12c001338d
commit
42462b2379
1 changed files with 2 additions and 7 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue