Skip to content

Installation of generated Python API Client

Requirements

  • Python 3
  • pip

Instructions

Install

  1. Start a console/terminal:

  2. Install the latest version using pip:

    python3 -m pip install odm-api
    

To install a specific version of a package, simply append the version number to the package reference in the command. For example: odm-api==1.57.0

To check the existing version, and view all available console commands, type

python3 -m pip show --verbose odm-api

You can always remove the package with a help of this command

python3 -m pip uninstall odm-api