Skip to content

Commit 739673b

Browse files
authored
Update README.md
1 parent 741880b commit 739673b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
</a>
55
</p>
66

7-
<h1 align="center">The Web MCP</h1>
8-
<h3 align="center">Enhance AI Agents with Real-Time Web Data</h3>
7+
<h1 align="center">Python SDK</h1>
8+
<h3 align="center">A Python SDK for the Bright Data Data extraction and Web unlocking tools, providing easy-to-use scalable methods for web scraping, search engine result parsing, and data management.</h3>
9+
910

10-
A Python SDK for the Bright Data Data extraction and Web unlocking tools, providing easy-to-use scalable methods for web scraping, search engine result parsing, and data management.
1111

1212
## Features
1313

@@ -20,7 +20,16 @@ A Python SDK for the Bright Data Data extraction and Web unlocking tools, provid
2020
- **Zone Management**: Automatic zone creation and management
2121
- **Multiple Output Formats**: JSON, raw HTML, markdown, and more
2222

23-
## Installation
23+
## Installation from package
24+
25+
```python
26+
# Enter your project's folder in your terminal
27+
pip install brightdata
28+
29+
# Make sure that you have pip installed on your device
30+
```
31+
32+
## Installation from GitHub
2433

2534
```python
2635
# Clone the repository

0 commit comments

Comments
 (0)