From 877817fc284063d88a868e7a21f183b6746f812d Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Thu, 4 Apr 2024 02:44:38 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c856e3..cf98857 100755 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Search for words, documents, images, videos, news, maps and text translation usi ```python pip install -U duckduckgo_search ``` +There is also a special release that uses the httpx library: +```python +pip install -U duckduckgo_search==5.3.0b1 +``` > [!NOTE] > you can install lxml to use the `text` function with `backend='html'` or `backend='lite'` (size ≈ 12Mb)
> `pip install -U duckduckgo_search[lxml]`