install.rst: added explanation about why libxml2 2.6.28 or above is required

This commit is contained in:
Pablo Hoffman 2010-01-13 12:20:24 -02:00
parent d60412ce19
commit 48739ae60c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Requirements
* `Twisted`_ 2.5.0, 8.0 or above (Windows users: you may need to install
`pywin32`_ because of `this Twisted bug`_)
* `libxml2`_ (2.6.28 or above is recommended)
* `libxml2`_ (versions prior to 2.6.28 are known to have problems parsing certain malformed HTML, and have also been reported to contain leaks, so 2.6.28 or above is highly recommended)
.. _Python: http://www.python.org
.. _Twisted: http://twistedmatrix.com