I have a python program that executes os.system("pip install pywin32")
but for some reason it doesn't install it. So if it's possible to put the files of the pywin32
package in the working directory then no need to execute os.system("pip install pywin32")
and the package would be already downloaded.
Anyone knows how to do that?