Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored Apr 3, 2024
1 parent b70fb38 commit 877817f
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 @@ -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)</br>
> `pip install -U duckduckgo_search[lxml]`
Expand Down

0 comments on commit 877817f

Please sign in to comment.