1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-14 07:31:22 +03:00

Added requirement for tk on linux

A_D 2020-08-25 23:25:06 +02:00
parent 7529473605
commit e3c86ed09d

@ -22,6 +22,9 @@ the next release.
* Note that on Debian (at least up to and including 10.x aka 'Buster') you'll `pip3 install -r requirements.txt` .
* If you get 'command not found' or similar for the 'pip' command then try: `python -m pip install -r requirements.txt` .
1. Ensure you have tkinter installed if required (such as on Linux)
* On Debian / *buntu / *buntu derivatives the package you want is `python3-tk`
1. Run this application:
* Linux: `./EDMarketConnector.py` .