diff --git a/docs/source/install/prereqs.rst b/docs/source/install/prereqs.rst index 9ab4159..53168b1 100644 --- a/docs/source/install/prereqs.rst +++ b/docs/source/install/prereqs.rst @@ -13,7 +13,7 @@ System Dependencies :start-after: dependencies-inclusion-marker :end-before: dependencies-inclusion-stop -This section quickly outlines the system packages needed for full FIREWHEEL functionality with the exception of Python, discovery, minimega, git, and git-lfs as those are discussed in detail below. +Below is a brief outline of the system packages needed for full FIREWHEEL functionality with the exception of Python, discovery, minimega, git, and git-lfs as those are discussed in further detail in subsequent sections. Full details about FIREWHEEL's dependencies be found in :ref:`firewheel-dependencies`. diff --git a/docs/source/install/prereqs/dependencies.rst b/docs/source/install/prereqs/dependencies.rst index b99e833..29bcf23 100644 --- a/docs/source/install/prereqs/dependencies.rst +++ b/docs/source/install/prereqs/dependencies.rst @@ -10,12 +10,14 @@ System Dependencies While FIREWHEEL is a Python package, it also depends on several system-level packages. FIREWHEEL has been tested with the following operating systems: -* Ubuntu 16.04 * Ubuntu 18.04 * Ubuntu 20.04 +* Ubuntu 22.04 * CentOS 7 +* RHEL 8 +* RHEL 9 -However, the underlying system packages likely will work on all OSes. +The instructions provided in this documentation are tailored specifically for Ubuntu 22.04 and RHEL 9, although FIREWHEEL will likely be compatible with corresponding system packages on the majority of operating systems. .. dependencies-inclusion-stop