Skip to content

Commit

Permalink
Added note about BeautifulSoup being a reqirement for the lxml parser…
Browse files Browse the repository at this point in the history
…, too. Also specified version needed to be installed (3.X).
  • Loading branch information
jezdez committed Sep 15, 2011
1 parent 1487dc3 commit 82573bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.txt
Expand Up @@ -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)
^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 82573bb

Please sign in to comment.