From 3dce457c6df6bc7b3c3ae9d357d7f3b802a297a0 Mon Sep 17 00:00:00 2001 From: Sudar Date: Sat, 4 Apr 2015 06:29:44 +0530 Subject: [PATCH] Make sure pyserial is properly linked --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f95449a..15707a2 100644 --- a/README.md +++ b/README.md @@ -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`.