The auto_rn_ft.py Python script relies on Python modules.
To install these Python modules:
-
Create a virtual environment:
For example:
python3 -m venv ./path-to-new-venv -
Activate the virtual environment.
For example:
source ./path-to-new-venv/bin/activate -
Install the necessary modules by running the following command:
pip install jira jinja2 pypandoc_binary