From ecf2bc5033e81531cc1478d37b87623545e25a4d Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Wed, 3 Oct 2012 12:57:00 +0200 Subject: [PATCH] Added dependency info to the Readme --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index c804860..c7fc2ea 100644 --- a/README +++ b/README @@ -1,3 +1,6 @@ This python module is designed to drive a TextStar serial display from Cats Whiskers Technologies. See the integrated pydoc documentation for usage information and examples. +This module needs the pyserial package to be available. + +The code was tested using python 3.2 on a Raspberry Pi. It may or may not work on other versions of python.