# HG changeset patch # User paulb # Date 1106527708 0 # Node ID 90864d2a125645144f1a0d101cf2abc48745cf63 # Parent b79d1ca72dc31428ccaa3c583bda14c87d7c88d3 [project @ 2005-01-24 00:48:28 by paulb] Added installation details to the documentation. diff -r b79d1ca72dc3 -r 90864d2a1256 docs/index.html --- a/docs/index.html Sun Jan 16 02:29:50 2005 +0000 +++ b/docs/index.html Mon Jan 24 00:48:28 2005 +0000 @@ -24,6 +24,13 @@ libxml2. See the file COPYING.txt in the docs directory within the source code distribution.

+

Installation

+ +

Given the availability of libxml2, libxml2dom only needs to reside on the +PYTHONPATH and can be installed using the setup.py script +provided:

+
python setup.py install
+

Dependencies and Installation Issues

The following descriptions identify dependencies and describe appropriate