Python modules - Fluid Topics - Latest

Automatic Release Notes from Jira to Fluid Topics

Category
How To
Audience
public
Version
Latest

The auto_rn_ft.py Python script relies on Python modules.

To install these Python modules:

  1. Create a virtual environment:

    For example:

    python3 -m venv ./path-to-new-venv
    
  2. Activate the virtual environment.

    For example:

    source ./path-to-new-venv/bin/activate
    
  3. Install the necessary modules by running the following command:

    pip install jira jinja2 pypandoc_binary