CDGC Catalog Curation Agent > Introduction to CDGC Catalog Curation Agent recipe > Prerequisites
  

Prerequisites

To use the CDGC Catalog Curation Agent recipe, perform the following prerequisite tasks:
  1. 1Import Python external libraries.
  2. 2Install Python libraries.
  3. 3Install the Linux utility.

Step 1. Import Python external libraries

Before you run the CDGC Catalog Curation Agent, import the following supported Python external libraries into the directory where your Secure Agent is installed:

Step 2. Install Python libraries

  1. 1Navigate to the Python runtime bin directory by running the following command:
  2. cd <Secure Agent installation directory>/apps/AIAgentRuntime/<Version>/ /pythonRuntime/python/bin
  3. 2Run the following command once to install the request library:
  4. ./pip3.13 install --target=<Secure Agent installation directory>/apps/AIAgentRuntime/data/external-libs request

Step 3. Install the Linux utility

To install poppler-utils on Ubuntu or Debian, run the following commands:
sudo apt update
sudo apt-get install poppler-utils