From 9917fd48407588a9cefb75a7bd51a7736067a9e7 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Mon, 30 Nov 2015 18:29:44 +0000 Subject: [PATCH] Add dependency on watchdog Python module. --- Running-from-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Running-from-source.md b/Running-from-source.md index 9821d23..b0ec83d 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -5,12 +5,12 @@ Download and extract the source code of the [latest release](https://github.com/ Mac: -* Requires the Python “requests” module - install this with `easy_install requests` . +* Requires the Python “requests” and “watchdog” modules - install these with `easy_install requests watchdog` . * Run with `./EDMarketConnector.py` . Windows: -* Requires Python2.7 and the Python “requests” module. +* Requires Python2.7 and the Python “requests” and “watchdog” modules. * Run with `EDMarketConnector.py` . Linux: