Installation

Install the Podium SDK and configure your development environment.

Requirements

  • Python 3.10 or higher
  • pip package manager
  • Podium API key

Install with pip

pip install podium-sdk

Verify Installation

python -c "import podium_sdk; print(podium_sdk.__version__)"