1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-29 19:41:52 +03:00
Files
libvirt-python/README
Daniel P. Berrange 409273ad3e Update README file contents and add HACKING file
The previous README file from the python code is more like a
HACKING file. Rename it and update the content. Then add a
basic README file

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-11-26 11:44:19 +00:00

38 lines
951 B
Plaintext

Libvirt Python Binding README
=============================
This package provides a python binding to the libvirt.so,
libvirt-qemu.so and libvirt-lxc.so library APIs.
It is written to build against any version of libvirt that
is 0.9.11 or newer.
This code is distributed under the terms of the LGPL version
2 or later.
The module can be built by following the normal python module
build process
python setup.py build
sudo python setup.py install
or to install as non-root
python setup.py build
python setup.py install --user
Patches for this code should be sent to the main libvirt
development mailing list
http://libvirt.org/contact.html#email
To send patches, it is strongly recommended to use the
'git send-email' command.
Make sure the mails mention that the patch is for the python
binding. This can be done by setting a config parameter in the
local git checkout
git config format.subjectprefix "PATCH python"