Install Python SDK
Install Python SDK
The Box Python SDK can be used to make API calls to the Box APIs in a Python project.
Learn more about the Python SDK on GitHubInstallation
To install the Python SDK run the following command from your terminal window or command prompt using pip.
pip install boxsdk
JWT application
When working with a Box App that uses server-side JWT authentication, the following additional module needs to be installed.
pip install "boxsdk[jwt]"