We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8c0ad commit 055c512Copy full SHA for 055c512
README.md
@@ -45,9 +45,10 @@ from brightdata import bdclient
45
46
# Using API token directly
47
client = bdclient(api_token="your_api_token_here")
48
+```
49
-# Or using environment variables
50
-# Set BRIGHTDATA_API_TOKEN in your environment or .env file
+Or use by setting BRIGHTDATA_API_TOKEN in .env file
51
+```python
52
client = bdclient()
53
```
54
0 commit comments