From 1f650932e34ca03bde41f19b2e477717521d2f12 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 11 Jul 2016 15:47:51 +0100 Subject: [PATCH] python: Add documentation to guestfs-python about using pip & virtualenvs. --- python/examples/guestfs-python.pod | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/python/examples/guestfs-python.pod b/python/examples/guestfs-python.pod index d1cb40f9f..3a626d79d 100644 --- a/python/examples/guestfs-python.pod +++ b/python/examples/guestfs-python.pod @@ -40,6 +40,18 @@ Type: >>> import guestfs >>> help (guestfs) +=head2 USING PYTHON BINDINGS IN A VIRTUALENV + +These bindings are I available in pypi owing to a licensing +problem. See L for current +status. + +However we do publish a Python distribution for selected stable +versions of libguestfs in L. +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@