From c08d62c32daabc23867ca361d0455c96cdc5601f Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Thu, 25 Apr 2013 16:38:30 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e95c5b..c06c302 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ while True: ``` ## Requirements: -- Python 2.3 or higher (Python 3.x not yet tested, but would probably work) +- [Python](http://python.org/) 2.3 or higher (Python 3.x not yet tested, but would probably work) - [pyserial](http://pyserial.sourceforge.net/) 2.6 or higher -- Arduino compatible microcontroller with at least 14KB of memory +- [Arduino compatible microcontroller](https://www.sparkfun.com/) with at least 14KB of memory ## Setup: 1. Run `setup.py build install` to install the library