Connect and get help from 7,000+ developers on our Discord community.
Ask the Community
Install a specific version of the BrowserStack Python SDK
How can I install a specific version of the BrowserStack Python SDK?
To install a specific version, use the version number in the URL:
python3 -m pip install https://sdk-assets.browserstack.com/python/browserstack_sdk-1.45.1.tar.gz
Or in your requirements.txt:
browserstack-sdk @ https://sdk-assets.browserstack.com/python/browserstack_sdk-1.45.1.tar.gz
Replace 1.45.1 with the version you need.
To install the latest version, use:
python3 -m pip install https://sdk-assets.browserstack.com/python/browserstack_sdk-latest.tar.gz
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!