Skip to content

Commit

Permalink
[README] add httpx release info (v6.2.8b1)
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Aug 17, 2024
1 parent 4439f71 commit 055fd95
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 @@ -26,6 +26,10 @@ Search for words, documents, images, videos, news, maps and text translation usi
```python
pip install -U duckduckgo_search
```
There is also a beta release that uses the `httpx` library:
```python
pip install -U duckduckgo_search==6.2.8b1
```
> [!NOTE]
> you can install lxml to use the `text` function with `backend='html'` or `backend='lite'` (size ≈ 12Mb)</br>
> `pip install -U duckduckgo_search[lxml]`
Expand Down

0 comments on commit 055fd95

Please sign in to comment.