Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 468 Bytes

INSTALL.md

File metadata and controls

15 lines (10 loc) · 468 Bytes

Installation of pywbem

To install the latest released version of pywbem into your active Python environment:

  $ pip install pywbem

This will also install any prerequisite Python packages.

Since version 1.0.0, pywbem has no more OS-level prerequisite packages.

For more details and alternative ways to install, see the Installation section in the pywbem documentation.