1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 19:37:39 +03:00

Document pywin32-ctypes requirement

Jonathan Harris 2018-01-27 16:50:01 +00:00
parent c6335186c6
commit 43a0ca2bed

@ -10,7 +10,7 @@ Mac:
Windows:
* Requires Python2.7 and the Python “keyring”, “requests” and “watchdog” modules, plus “py2exe” 0.6 if you also want to package the app.
* Requires Python2.7 and the Python “keyring”, “pywin32-ctypes”, “requests” and “watchdog” modules, plus “py2exe” 0.6 if you also want to package the app.
* Run with `EDMarketConnector.py` .
Linux:
@ -66,4 +66,4 @@ Windows:
* requires py2exe 0.6.x
* winsparkle.dll & .pdb from [WinSparkle](https://github.com/vslavik/winsparkle) copied to the current directory
* [WiX Toolset](http://wixtoolset.org/)
* Run `setup.py py2exe`
* Run `setup.py py2exe`