Datazone Client
Installation

Datazone Client Installation

Before starting to use Datazone, you need to install the Datazone Python CLI. The client is a Python package that provides a simple interface to interact with the Datazone API.

Requirements

Use the following command to check that you have a supported Python version installed:

python --version

Currently Python 3.8, 3.9, 3.10, 3.11 and 3.12 are supported

Installation

  • You can install the Datazone Python SDK using pip:
pip install datazone
  • Check that the installation was successful by running the following command:
datazone --version

Check Datazone CLI section for more information on how to use the CLI.