From 3dca096437acbb7a16b88bee7d9569bccd8e6317 Mon Sep 17 00:00:00 2001 From: "Samuel E. Browne" Date: Thu, 6 Jun 2024 15:26:15 -0600 Subject: [PATCH] Add Python3 requirement to user guide (#610) Signed-off-by: Samuel E. Browne --- tribits/doc/guides/TribitsGuidesBody.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tribits/doc/guides/TribitsGuidesBody.rst b/tribits/doc/guides/TribitsGuidesBody.rst index 18507eddb..29a319fc6 100644 --- a/tribits/doc/guides/TribitsGuidesBody.rst +++ b/tribits/doc/guides/TribitsGuidesBody.rst @@ -4233,7 +4233,8 @@ repositories if specified). There are several python tools under ``tribits/ci_support/`` that read in this file and use the created data-structure for various tasks. This file and these tools are used by `checkin-test.py`_ and `tribits_ctest_driver()`_. But these tools can also be -used to construct other workflows and tools. +used to construct other workflows and tools. These tools require a Python3 +installation and for the `python3` executable to be installed. .. _TribitsDumpDepsXmlScript.cmake: