Skip to content

Commit c116288

Browse files
authored
Updated Docs to Not Give Specific Python Version Requirement (#3473)
1 parent 5c10214 commit c116288

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/source/usersguide/install.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,13 @@ to install the Python package in :ref:`"editable" mode <devguide_editable>`.
515515
Prerequisites
516516
-------------
517517

518-
The Python API works with Python 3.8+. In addition to Python itself, the API
519-
relies on a number of third-party packages. All prerequisites can be installed
520-
using Conda_ (recommended), pip_, or through the package manager in most Linux
521-
distributions.
518+
In addition to Python itself, the OpenMC Python API relies on a number of
519+
third-party packages. All prerequisites can be installed using Conda_
520+
(recommended), pip_, or through the package manager in most Linux distributions.
521+
The current required Python version and up-to-date list of package dependencies
522+
can be found in the `pyproject.toml <https://github.com/openmc-dev/openmc/blob/develop/pyproject.toml>`_
523+
file in the root directory of the OpenMC repository. An overview of these
524+
dependencies is provided below.
522525

523526
.. admonition:: Required
524527
:class: error

0 commit comments

Comments
 (0)