Installation
Get spotify-sdk installed and ready to use in your Python project.
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
Learn how to authenticate and make your first API call.