Skip to content

Commit 6ff13b1

Browse files
committed
Update README with correct GitHub installation instructions
1 parent 196ca0b commit 6ff13b1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,20 @@
2222

2323
## Installation
2424

25-
### From pypi
25+
### From PyPI (Coming Soon)
2626
```bash
27-
# Enter your project's folder in your terminal
2827
pip 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

0 commit comments

Comments
 (0)