mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-07-14 15:41:09 +03:00
Add dependency on watchdog Python module.
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user