Skip to content

Commit d9e6b29

Browse files
authored
Update INSTALL.md
Added a quick note for installing pySerial on macOS
1 parent 671b205 commit d9e6b29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

INSTALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ Then install `pySerial`:
128128
```Bash
129129
$ pip install pyserial & pip2 install pyserial
130130
```
131+
To install pySerial on OS X: Download pyserial from [PyPI](https://pypi.org/project/pyserial/#files), unpackage the download, and CD into the folder. Then run the following command:
132+
```Bash
133+
$ sudo python3 setup.py install
134+
```
131135

132136
### 4. Copy and edit a `Makefile`
133137

0 commit comments

Comments
 (0)