File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 2222
2323## Installation
2424
25- ### From pypi
25+ ### From PyPI (Coming Soon)
2626``` bash
27- # Enter your project's folder in your terminal
2827pip install brightdata
29-
30- # Make sure that you have pip installed on your device
3128```
3229
3330### From GitHub
3431``` bash
35- # Clone the repository
36- git clone https://github.com/brightdata/bright-data-sdk-python.git
37- cd bright-temp
32+ # Install directly from GitHub (recommended)
33+ pip install git+https://github.com/brightdata/bright-data-sdk-python.git
3834
39- # Install dependencies
40- pip install requests python-dotenv
35+ # Or clone and install locally
36+ git clone https://github.com/brightdata/bright-data-sdk-python.git
37+ cd bright-data-sdk-python
38+ pip install .
4139```
4240
4341## Quick Start
You can’t perform that action at this time.
0 commit comments