Installation#
Prerequisites#
Before you can install the Notion Python Client, ensure you have the following prerequisites:
Python: Make sure you have Python 3.6 or later installed on your system. You can download Python from the official website.
Notion Integration: To use this client, you must create an integration in your Notion workspace to obtain an API token. Follow Notion’s official documentation to create an integration and obtain your API token. You can find the documentation here.
Installation#
Install NPC via pip:
pip install notion-python-client