Added note about BeautifulSoup being a reqirement for the lxml parser, too. Also specified version needed to be installed (3.X).

This commit is contained in:
Jannis Leidel
2011-09-15 15:11:00 +02:00
parent 1487dc3c22
commit 82573bb0ed

View File

@@ -61,9 +61,10 @@ BeautifulSoup_ (optional)
^^^^^^^^^^^^^^^^^^^^^^^^^
for the :ref:`parser <compress_parser>`
``compressor.parser.BeautifulSoupParser``::
``compressor.parser.BeautifulSoupParser`` and
``compressor.parser.LxmlParser``::
pip install BeautifulSoup
pip install BeautifulSoup<=4.0
lxml_ (optional)
^^^^^^^^^^^^^^^^