Skip to content

Commit

Permalink
added py3.12 to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed May 8, 2024
1 parent 768cd7e commit d9999bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation
======================================
.. include:: <isonum.txt>

WNTR requires 64-bit Python (tested on versions 3.9, 3.10, and 3.11) along with several
WNTR requires 64-bit Python (tested on versions 3.9, 3.10, 3.11, and 3.12) along with several
Python package dependencies.
See :ref:`requirements` and :ref:`optional_dependencies` for more information.
WNTR can be installed as a Python package as briefly described below.
Expand Down Expand Up @@ -58,7 +58,7 @@ Step 1: Setup the Python environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Python can be installed on Windows, Linux, and Mac OS X operating systems.
WNTR requires 64-bit Python (tested on versions 3.9, 3.10, and 3.11) along with several Python package dependencies.
WNTR requires 64-bit Python (tested on versions 3.9, 3.10, 3.11, and 3.12) along with several Python package dependencies.
Python distributions, such as Anaconda, are recommended to manage
the Python environment. Anaconda can be downloaded from https://www.anaconda.com/products/individual.
Additional instructions for setting up a Python environment independent of Anaconda are available at https://docs.python.org/.
Expand Down Expand Up @@ -240,7 +240,7 @@ To test WNTR, developers can run software tests locally using the following comm
Requirements
-------------

Requirements for WNTR include 64-bit Python (tested on versions 3.9, 3.10, and 3.11) along with several Python packages.
Requirements for WNTR include 64-bit Python (tested on versions 3.9, 3.10, 3.11, and 3.12) along with several Python packages.
Users should have experience using Python (https://www.python.org/), including the installation of additional Python packages. The following Python packages are required:

* NumPy :cite:p:`vacv11`: used to support large, multi-dimensional arrays and matrices,
Expand Down

0 comments on commit d9999bc

Please sign in to comment.