Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 705 Bytes

INSTALL.md

File metadata and controls

25 lines (16 loc) · 705 Bytes

Installation of pywbem

To install the latest released version of pywbem on Linux:

  • Install the prerequisite OS-level packages:

  • With your target Python environment active, install pywbem:

    $ pip install pywbem
    

    This will also install any prerequisite Python packages.

For more details, installation on other operating systems, and alternative ways to install, see the Installation section in the pywbem documentation.