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:
@@ -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)
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
Reference in New Issue
Block a user