File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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
3431git clone https://github.com/brightdata/bright-data-sdk-python.git
You can’t perform that action at this time.
0 commit comments