From 3b8bfb32c6faca2c1b78a8b3103d81ac2d6cbe75 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Tue, 21 May 2019 17:16:37 +0200 Subject: [PATCH] Drop imaging-tk and keyring requirements. --- Running-from-source.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Running-from-source.md b/Running-from-source.md index 323f556..729e026 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -5,17 +5,17 @@ Download and extract the [latest source code](https://github.com/Marginal/EDMark Mac: -* Requires the Python “keyring”, “requests” and “watchdog” modules, plus an up-to-date “py2app” module if you also want to package the app - install these with `easy_install -U keyring requests watchdog py2app` . +* Requires the Python “requests” and “watchdog” modules, plus an up-to-date “py2app” module if you also want to package the app - install these with `easy_install -U requests watchdog py2app` . * Run with `CLIENT_ID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX python ./EDMarketConnector.py` . Windows: -* Requires Python2.7 and the Python “keyring”, “requests” and “watchdog” modules, plus “py2exe” 0.6 if you also want to package the app. +* Requires Python2.7 and the Python “requests” and “watchdog” modules, plus “py2exe” 0.6 if you also want to package the app. * Run with `set CLIENT_ID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX && EDMarketConnector.py` . Linux: -* Requires the Python “imaging-tk”, “iniparse”, “keyring” and “requests” modules. On Debian-based systems install these with `sudo apt-get install python-imaging-tk python-iniparse python-keyring python-requests` . +* Requires Python2.7 and the Python “iniparse”, “requests” and "tkinter" modules. On Debian-based systems install these with `sudo apt-get install python-iniparse python-requests python-tk` . * Run with `CLIENT_ID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX ./EDMarketConnector.py` . Command-line