From 3fede9ddc0e3d695c674af4776dd2fa2be325f6a Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sat, 17 Aug 2019 18:41:38 +0100 Subject: [PATCH] Arch --- Running-from-source.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Running-from-source.md b/Running-from-source.md index 8bf8589..f9b9217 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -15,7 +15,9 @@ Windows: Linux: -* 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` . +* 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` . + - On Arch, install these with `sudo pacman -S python2 python2-requests tk; sudo easy_install-2.7 iniparse` . * Run with `./EDMarketConnector.py` . Command-line