Make sure pyserial is properly linked
This commit is contained in:
parent
467b677d8b
commit
3dce457c6d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ installer or download the distribution zip file and extract it.
|
||||||
### pySerial
|
### pySerial
|
||||||
|
|
||||||
The Makefile also delegates resetting the board to a short Python program.
|
The Makefile also delegates resetting the board to a short Python program.
|
||||||
You'll need to install `[pySerial](https://pypi.python.org/pypi/pyserial)` to use it though.
|
You'll need to install [`pySerial`](https://pypi.python.org/pypi/pyserial) to use it though.
|
||||||
|
|
||||||
On most systems you should be able to install it using either `pip` or `easy_install`.
|
On most systems you should be able to install it using either `pip` or `easy_install`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue