1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-30 07:09:39 +03:00

Add Linux dependency on imaging-tk.

This commit is contained in:
Jonathan Harris 2015-06-13 18:33:24 +01:00
parent b96c5bc88b
commit e659d16248

View File

@ -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