Skip to main content

Install the Scope SDK for Python and Ruby

Requirements

  • Python 3.9+
  • httpx (installed automatically as a dependency)

Install the SDK

pip install git+https://github.com/base14/scope-sdk.git#subdirectory=sdks/python

Verify the Installation

python -c "from scope_client import ScopeClient; print('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?