From a9c68997e685b0b2e6794ad2e6cc8c8858e0f838 Mon Sep 17 00:00:00 2001 From: Sean Robinson Date: Fri, 13 Jun 2014 07:37:31 -0700 Subject: [PATCH] Add configparser module dependency to README Signed-off-by: Sean Robinson --- docs/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README b/docs/README index 74f230f..50d36af 100644 --- a/docs/README +++ b/docs/README @@ -50,9 +50,11 @@ I. Here are Some Important Bits: II. Dependencies -------------------------------------------------------------------------------- - * Python + * Python 2.6-2.7 * PyGtk2 * Wireless Tools for Linux (iwconfig, iwlist) + * configparser Python module (available on PyPi for Python 2.6-2.7 or + in the standard library in Python 3.2+) III. Install -- 2.11.4.GIT