Skip to content

Commit

Permalink
doc: add troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed May 15, 2024
1 parent c0b0b4b commit 2a29c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ do:
python setup.py develop
pip install -r dev-requirements.txt

## Troubleshooting

- `ImportError: lxml.html.clean module is now a separate project lxml_html_clean`
Install `lxml[html_clean]` or `lxml_html_clean` directly using pip.

## Tests

Expand Down

0 comments on commit 2a29c37

Please sign in to comment.