Installation

This topic describes how to install the INFACore Python SDK.

Prerequisites

Before you install the INFACore Python SDK, complete the following prerequisites:

  1. The Python version in your development environment must be between 3.8.0 and 3.11.x.

  2. You must have an Informatica Intelligent Cloud Services (IICS) account.

Downloading and Installing the SDK

You can install the Python SDK from Informatica Marketplace (or) Informatica Intelligent Cloud Services.

Installing from Informatica Marketplace

  1. Go to the Informatica Marketplace

  2. Search for INFACore.

  3. Download the .whl file.

  4. Run the following command to install the SDK:

>>> pip install informatica_infacore-1.0.0-py3-none-any.whl

Installing from Informatica Intelligent Cloud Services

  1. Go to Informatica Intelligent Cloud Services.

  2. Select INFACore from the “My Services” page.

  3. Click “Download INFACore Packages” to download the .zip file.

  4. Extract the INFACore Python SDK .whl file from the downloaded .zip file.

  5. Run the following command to install the SDK:

>>> pip install informatica_infacore-1.0.0-py3-none-any.whl