Installation of SDK
The SDK can be installed for your client application through Pip. Pip is a tool for dependency management in Python.
Installing Pip
Please refer the document below to install pip
https://pip.pypa.io/en/stable/installing/
Including the SDK in your project
You can include the SDK in your project using:
- Install Python from python.org (if not installed).
- Install Python SDK
Here's how you install the Python SDK
- Navigate to the workspace of your client app.
- Run the command below:
pip install zohocrmsdk2-0
The Python SDK will be installed in your client application.
Python SDK will be installed and a package named 'zcrmsdk' will be created in the installation directory of python (ex. '/Library/Python/3.7/site-packages').
Upgrade the SDK
- Run this command to upgrade the Python SDK to the latest version.
pip install --upgrade zohocrmsdk2-0==1.x.x