Skip to content

Commit c1dda9c

Browse files
authored
Update README.md
1 parent 6bf525b commit c1dda9c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,15 @@ For a quick start you can try to run our example files in this repositories unde
1717
- **Multiple Search Engines**: Support for Google, Bing, and Yandex
1818
- **Parallel Processing**: Concurrent processing for multiple URLs or queries
1919
- **Robust Error Handling**: Comprehensive error handling with retry logic
20-
- **Input Validation**: Automatic validation of URLs, zone names, and parameters
2120
- **Zone Management**: Automatic zone creation and management
2221
- **Multiple Output Formats**: JSON, raw HTML, markdown, and more
2322

2423
## Installation
2524

2625
### From GitHub
2726
```bash
28-
# Create and activate a virtual environment
29-
30-
# Install directly from GitHub (recommended)
31-
pip install git+https://github.com/brightdata/bright-data-sdk-python.git
27+
# In your terminal, create and activate a virtual environment and install the package
28+
pip install brightdata-sdk
3229

3330
# Or clone and install locally
3431
git clone https://github.com/brightdata/bright-data-sdk-python.git

0 commit comments

Comments
 (0)