mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
python: Add documentation to guestfs-python about using pip & virtualenvs.
This commit is contained in:
@@ -40,6 +40,18 @@ Type:
|
||||
>>> import guestfs
|
||||
>>> help (guestfs)
|
||||
|
||||
=head2 USING PYTHON BINDINGS IN A VIRTUALENV
|
||||
|
||||
These bindings are I<not> available in pypi owing to a licensing
|
||||
problem. See L<https://bugzilla.redhat.com/1075594> for current
|
||||
status.
|
||||
|
||||
However we do publish a Python distribution for selected stable
|
||||
versions of libguestfs in L<http://libguestfs.org/download/python>.
|
||||
You can use it like this:
|
||||
|
||||
pip install http://libguestfs.org/download/python/guestfs-1.XX.YY.tar.gz
|
||||
|
||||
=head1 EXAMPLE 1: CREATE A DISK IMAGE
|
||||
|
||||
@EXAMPLE1@
|
||||
|
||||
Reference in New Issue
Block a user