To install Supermetrics client for Python., run this command in your terminal:
uv add supermetrics
Or if you prefer to use pip:
pip install supermetrics
The source files for Supermetrics client for Python. can be downloaded from the GitHub repo.
You can either clone the public repository:
git clone git://github.com/supermetrics-public/supermetrics-python-sdk
Or download the tarball:
curl -OJL https://github.com/supermetrics-public/supermetrics-python-sdk/tarball/main
Once you have a copy of the source, you can install it with:
cd supermetrics
uv pip install .