From e3c86ed09d1e768d90c1a50bfc2c916fe45e7254 Mon Sep 17 00:00:00 2001 From: A_D Date: Tue, 25 Aug 2020 23:25:06 +0200 Subject: [PATCH] Added requirement for tk on linux --- Running-from-source.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Running-from-source.md b/Running-from-source.md index 0cdc1c8..16a6506 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -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` .