From 5f05f7216a62c79845bc90b6c0c5f29cfefc0b9e Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sat, 13 Jun 2015 16:00:06 +0100 Subject: [PATCH] Clarified "Running from source" section. --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58108fad..3d1aa673 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,28 @@ Windows: * Uninstall **EDMarketConnector** from Control Panel → Programs. -Running from source & packaging +Running from source -------- -The application requires Python 2.7, plus the "requests" module. Run with `python EDMarketConnector.py`. -To package up for distribution: +Download and extract the source code of the [latest release](https://github.com/Marginal/EDMarketConnector/releases/latest). + +Mac: + +* Requires the Python "requests" module - install this with `easy_install requests` . +* Run with `./EDMarketConnector.py` . + +Windows: + +* Requires 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` . +* Run with `./EDMarketConnector.py` . + +Packaging for distribution +-------- Mac: