From ab645a82a6ffde26dc6d33ea99a40c7847d83860 Mon Sep 17 00:00:00 2001 From: Lionel Dricot Date: Tue, 18 Jan 2022 11:39:01 +0100 Subject: [PATCH] solving bug #3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5f4ca4..6809e66 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ experience or some other features. Python libraries requests, bs4 and readabliit To avoid using unstable or too recent libraries, the rule of thumb is that a library should be packaged in Debian/Ubuntu. * [Python-requests](http://python-requests.org) is needed to handle http/https requests natively (apt-get install python3-requests). Without it, http links will be opened in an external browser -* [BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup) and [Readability](https://github.com/buriy/python-readability) are both needed to render HTML. Without them, HTML will not be rendered or be sent to an external parser like Lynx. (apt-get install python3-bs4 python3-readability) +* [BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup) and [Readability](https://github.com/buriy/python-readability) are both needed to render HTML. Without them, HTML will not be rendered or be sent to an external parser like Lynx. (apt-get install python3-bs4 python3-readability or pip3 install readability-lxml) * The [ansiwrap library](https://pypi.org/project/ansiwrap/) may result in neater display of text which makes use of ANSI escape codes to control colour (not in Debian?). * The [cryptography library](https://pypi.org/project/cryptography/) will