diff options
| author | Sudar <sudar@sudarmuthu.com> | 2015-04-04 06:29:44 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2015-04-04 06:29:44 +0530 |
| commit | 3dce457c6df6bc7b3c3ae9d357d7f3b802a297a0 (patch) | |
| tree | ee29558bd02f613e06043c709f88e667f9a07878 /README.md | |
| parent | 467b677d8bdebd864548e3fa216222996d8edcca (diff) | |
Make sure pyserial is properly linked
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ installer or download the distribution zip file and extract it. ### pySerial 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`. |
