Skip to content

4.0.0

Latest

Choose a tag to compare

@raja-k-7453 raja-k-7453 released this 27 Oct 09:15
96a101e

4.0.0

  • Added mysql-connector-python as an optional dependency via extras_require in setup.py.
  • Users who require MySQL support can now install it using pip install zohocrmsdk8-0[mysql]

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk8-0==4.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python