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

Add dependency on watchdog Python module.

Jonathan Harris 2015-11-30 18:29:44 +00:00
parent 613d395c88
commit 9917fd4840

@ -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: