I want to install these two Python packages pyHook-1.5.1.win32-py2.7
and pywin32-218.win32-py2.7
from cmd without any user interaction.
How can I achieve this?
I want to install these two Python packages pyHook-1.5.1.win32-py2.7
and pywin32-218.win32-py2.7
from cmd without any user interaction.
How can I achieve this?
For python 3.4 or 2.7 and above, you could use the bundled easy_install binary.
Scripts/easy_install.exe pywin32-221.win32-py2.7.exe