Skip to content

Commit 0289c4d

Browse files
docs(readme): add setup section
1 parent 5035eef commit 0289c4d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@
2727

2828
Brave Search Python Client supporting Web, Image, News and Video search.
2929

30+
## Setup
31+
32+
Installation is as simple as:
33+
34+
```bash
35+
uv add brave_search_python_client
36+
```
37+
38+
If you still prefer pip over [uv](https://github.com/astral-sh/uv):
39+
40+
```bash
41+
pip install brave_search_python_client
42+
```
43+
44+
## Highlights
45+
3046
* Modern async Python client for Web, Image, Video and News search powered by [Brave Search](https://brave.com/search/api/)
3147
* Various Examples:
3248
- [Streamlit web application](https://brave-search-python-client.streamlit.app/) deployed on [Streamlit Community Cloud](https://streamlit.io/cloud)

0 commit comments

Comments
 (0)