Installation
Prerequisites
- Python 3.10 or higher
Python version support follows the official Python release cycle. We support all versions that have not reached end-of-life.
Install the package
spotify-sdk is available on PyPI and can be installed with a Python package installer.
Virtual Environments
We recommend installing spotify-sdk in a virtual environment, which isolates project dependencies from system packages and other projects.
Verify installation
Confirm the package is installed correctly:
Next steps
- Quickstart — authenticate and make your first API call
- Authentication — choose a credential flow for your use case