File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff 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
2829pip 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:
2122082 . Create or access your API credentials
2132093 . 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
217225This project is licensed under the MIT License.
You can’t perform that action at this time.
0 commit comments