Skip to content

Commit 0410e1b

Browse files
authored
Update README.md
1 parent c1dda9c commit 0410e1b

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,12 @@ For a quick start you can try to run our example files in this repositories unde
2121
- **Multiple Output Formats**: JSON, raw HTML, markdown, and more
2222

2323
## Installation
24+
To install the package, open your terminal:
25+
> [!NOTE]
26+
> If you are using macOS you will need to open a virtual environment for your project first.
2427
25-
### From GitHub
2628
```bash
27-
# In your terminal, create and activate a virtual environment and install the package
2829
pip install brightdata-sdk
29-
30-
# Or clone and install locally
31-
git clone https://github.com/brightdata/bright-data-sdk-python.git
32-
cd bright-data-sdk-python
33-
pip install .
3430
```
3531

3632
## Quick Start
@@ -212,6 +208,18 @@ except Exception as e:
212208
2. Create or access your API credentials
213209
3. Copy your API token and paste it in your .env or code file
214210

211+
## Development
212+
213+
For development installation, open your terminal:
214+
215+
```bash
216+
git clone https://github.com/brightdata/bright-data-sdk-python.git
217+
218+
# If you are using Mac you will need to open a virtual environment for your project first.
219+
cd bright-data-sdk-python
220+
pip install .
221+
```
222+
215223
## License
216224

217225
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)