Installation

When installing the Zowe Client Python SDK you have two options:

  • Install all Zowe packages to install everything under the zowe namespace in PyPi.

  • Install a single subpackage for a smaller installation.

To install all Zowe SDK packages using pip:

pip install -U --pre zowe-python-sdk-bundle

To install only a subpackage using pip:

pip install -U --pre zowe.<subpackage>_for_zowe_sdk

To see all available sub-packages check the Zowe SDK packages section.