Mar-20-2017, 11:08 PM
I am new to python and only know basic programming. I want to start working with modules. Especially the 'wmi' module. How do I download and install it.
How to download and install python modules?
|
||||
Mar-20-2017, 11:08 PM
I am new to python and only know basic programming. I want to start working with modules. Especially the 'wmi' module. How do I download and install it.
Recommended Tutorials:
Also, to browse modules that are available (searching by subject), visit: https://pypi.python.org/pypi
And you can find wheels here: http://www.lfd.uci.edu/~gohlke/pythonlibs/ to install from a wheel, download the wheel to your favorite directory, change to that directory and use
then the 32 and 64 are for 32 bit and 64 bit os.
Mar-21-2017, 05:55 AM
download it from the internet and install it or use pip
I'd try to use pip first, directly from the net.
If there's any problem (most work ok), and there is a wheel on gohike, download that next and use pip to install finally, you can download the package, find the setup.py file and run:
| ||||
|