Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 3.4 SP3

  • Package version: 3.4.0.23

  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

...

If you do not have the Conda package manager, first get it by installing Anaconda or Miniconda (see details here)

To install via a conda channelfrom a local file (ie: if you downloaded the package directly):

Code Block
languagesh
conda install /some/path/syndeia_cloud_34x_client_sdk-3.4.3-py_0.tar.bz2

To install into via a specific environmentconda channel:

Code Block
languagesh
conda install -name myenv syndeia_cloud_34x_client_sdk

To install from a local file (ie: if you downloaded the package directly)into a specific environment:

Code Block
languagesh
conda install /some/path/-name myenv syndeia_cloud_33x34x_client_sdk-3.4.0.2-py_0.tar.bz2  # ex: for v3.4.0.2, update as appropriate

conda uninstall

To uninstall the package:

...