diff options
Diffstat (limited to 'doc/python.html')
-rw-r--r-- | doc/python.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python.html b/doc/python.html index 7ed611a5..5910766f 100644 --- a/doc/python.html +++ b/doc/python.html @@ -66,7 +66,7 @@ descriptions, enums, structures, typedefs, etc... The Python script used to build the bindings is python/generator.py in the source distribution.</p><p>To install the Python bindings there are 2 options:</p><ul><li>If you use an RPM based distribution, simply install the <a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python">libxml2-python RPM</a> (and if needed the <a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python">libxslt-python RPM</a>).</li> - <li>Otherwise use the <a href="ftp://xmlsoft.org/python/">libxml2-python + <li>Otherwise use the <a href="ftp://xmlsoft.org/libxml2/python/">libxml2-python module distribution</a> corresponding to your installed version of libxml2 and libxslt. Note that to install it you will need both libxml2 and libxslt installed and run "python setup.py build install" in the |