diff --git a/doc/python.html b/doc/python.html index 37b108f6..cf268443 100644 --- a/doc/python.html +++ b/doc/python.html @@ -102,7 +102,20 @@ or libxslt wrappers or bindings:
The libxslt Python module depends on the libxml2 Python module.
The distribution includes a set of Python bindings, which are garanteed to be maintained as part of the library in the future, though the Python -interface have not yet reached the maturity of the C API. The distribution +interface have not yet reached the maturity of the C API.
+To install the Python bindings there are 2 options:
+The distribution
includes a set of examples and regression tests for the python bindings in
the python/tests
directory. Here are some excepts from those
tests:
The distribution includes a set of Python bindings, which are garanteed to be maintained as part of the library in the future, though the Python -interface have not yet reached the maturity of the C API. The distribution +interface have not yet reached the maturity of the C API.
+ +To install the Python bindings there are 2 options:
+The distribution
includes a set of examples and regression tests for the python bindings in
the python/tests
directory. Here are some excepts from those
tests: