IBM watsonx Flows Engine

Installation

  • Overview
  • Installation
  • Authentication
  • Getting Started

Install watsonx Flows Engine

Prerequisite: You need to have Python 3.8 or higher installed on your local machine.

To install watsonx Flows Engine you need to follow a couple of steps.

  1. Download the CLI using the link on the top of this page. You need to be logged in to download the CLI.

  2. Create a new directory on your local machine and place the downloaded file (

    ) in this directory.

  3. Run the following command in this directory:

    pip install wxflows_cli-1.0.0rc87-py3-none-any.whl --force-reinstall
    

    This will install the latest version of the CLI from the downloaded

    file.

  4. After installing the CLI you can verify that it's installed correctly as follows:

    wxflows --version
    

    This should return something like

    .

You can now proceed to the next section.