From 15b73c7369bd81c4b7fce818527c8278912c518b Mon Sep 17 00:00:00 2001 From: Krishna Shah <85193239+DragonflyRobotics@users.noreply.github.com> Date: Mon, 7 Mar 2022 22:30:37 -0600 Subject: [PATCH] Update README.md Clarified the requirements under which the library runs. It won't work in Python 3.x yet. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07095ab..d2b60b1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ while True: ``` ## Requirements: -- [Python](http://python.org/) 2.3 or higher (Python 3.x not yet tested, but would probably work) +- [Python](http://python.org/) 2.3 or higher (Note: Python 3.x does not work.) - [pyserial](http://pyserial.sourceforge.net/) 2.6 or higher - Any [Arduino compatible microcontroller](https://www.sparkfun.com/categories/242) with at least 14KB of flash memory