Skip to main content
Improved overall formatting and some highlighting/spelling.
Source Link

1, For Ubuntu/Debian OS,

apt-get install pkg-config

  1. For Ubuntu/Debian OS,

     apt-get install pkg-config
    

For Redhat/Yum OS,

yum install -y pkgconfig

    yum install -y pkgconfig

For MacOS,

brew install pkg-config

    brew install pkg-config

2, pip install libvirt-python

  1. Install libvirt:

     pip install libvirt-python
    

1, For Ubuntu/Debian OS,

apt-get install pkg-config

For Redhat/Yum OS,

yum install -y pkgconfig

For MacOS,

brew install pkg-config

2, pip install libvirt-python

  1. For Ubuntu/Debian OS,

     apt-get install pkg-config
    

For Redhat/Yum OS,

    yum install -y pkgconfig

For MacOS,

    brew install pkg-config
  1. Install libvirt:

     pip install libvirt-python
    
Source Link

1, For Ubuntu/Debian OS,

apt-get install pkg-config

For Redhat/Yum OS,

yum install -y pkgconfig

For MacOS,

brew install pkg-config

2, pip install libvirt-python