From e659d1624864ab8df1d5f5496aa5ff9e80781413 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sat, 13 Jun 2015 18:33:24 +0100 Subject: [PATCH] Add Linux dependency on imaging-tk. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d1aa673..d9b42783 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,12 @@ Mac: Windows: -* Requires the Python "requests" module. +* Requires Python2.7 and the Python "requests" module. * Run with `EDMarketConnector.py` . Linux: -* Requires the Python "iniparse" and "requests" modules. On Debian-based systems install these with `sudo apt-get install python-iniparse python-requests` . +* Requires the Python "imaging-tk", "iniparse" and "requests" modules. On Debian-based systems install these with `sudo apt-get install python-imaging-tk python-iniparse python-requests` . * Run with `./EDMarketConnector.py` . Packaging for distribution