Installation
Installation
Section titled “Installation”Requirements
Section titled “Requirements”- Python 3.8 or higher
- pip or uv package manager
Install from PyPI
Section titled “Install from PyPI”pip install superset-supOr using uv (faster):
uv pip install superset-supInstall from Source
Section titled “Install from Source”git clone https://github.com/preset-io/superset-sup.gitcd superset-suppip install -e .Verify Installation
Section titled “Verify Installation”sup --versionAuthentication Setup
Section titled “Authentication Setup”Preset.io
Section titled “Preset.io”Get your API credentials from https://preset.io/settings/api-tokens
export PRESET_API_TOKEN="your-token"export PRESET_API_SECRET="your-secret"Self-hosted Superset
Section titled “Self-hosted Superset”export SUPERSET_URL="https://your-superset.com"export SUPERSET_USERNAME="admin"export SUPERSET_PASSWORD="password"