Skip to content

Commit cc3f765

Browse files
authored
Update README.md
1 parent 4b8ecf1 commit cc3f765

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<h3 align="center">A Python SDK for the Bright Data's Data extraction and Web unlocking tools, providing easy-to-use scalable methods for web scraping, search engine result parsing, and data management.</h3>
99

1010

11+
For a quick start you can try to run our example files in this repositories under the "Codespace" section.
1112

1213
## Features
1314

@@ -22,13 +23,10 @@
2223

2324
## Installation
2425

25-
### From PyPI (Coming Soon)
26-
```bash
27-
pip install brightdata
28-
```
29-
3026
### From GitHub
3127
```bash
28+
# Create and activate a virtual environment
29+
3230
# Install directly from GitHub (recommended)
3331
pip install git+https://github.com/brightdata/bright-data-sdk-python.git
3432

0 commit comments

Comments
 (0)