Install the Scope SDK for Python and Ruby
Requirements
- Python
- Ruby
Install the SDK
- Python
- Ruby
pip install git+https://github.com/base14/scope-sdk.git#subdirectory=sdks/python
Add the following to your Gemfile:
gem 'scope-client', git: 'https://github.com/base14/scope-sdk.git', glob: 'sdks/ruby/*.gemspec'
Then run:
bundle install
Verify the Installation
- Python
- Ruby
python -c "from scope_client import ScopeClient; print('scope-client installed successfully')"
ruby -e "require 'scope_client'; puts 'scope-client installed successfully'"
Next Steps
Once the SDK is installed, head to the Quickstart to make your first API call.
Was this page helpful?