Skip to content

Commit fbe99ca

Browse files
miriamsrtexasdiaz
andauthored
Updated setup documentation to reflect maximum supported Python version (#382)
Co-authored-by: Danny Diaz <texasdiaz@gmail.com>
1 parent 5087320 commit fbe99ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/contrib/tutorials/setup/setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Steps
2424
.. tab-item:: Windows
2525

2626
1. Install `Chocolatey <https://docs.chocolatey.org/en-us/choco/setup>`_.
27-
2. Install Python 3.9 or later from the `Python website <https://www.python.org/downloads/>`_. **Make sure to check the box that says "Add Python to PATH".**
27+
2. Install Python 3.9-3.12 from the `Python website <https://www.python.org/downloads/windows/>`_. **Make sure to check the box that says "Add Python to PATH".**
2828
3. Install Pip. ``python -m ensurepip``
2929
4. Install Git. ``choco install git``
3030
5. Install Make. ``choco install make``
3131
6. Install the lastest version of VS Code. ``choco install vscode``
3232

3333
.. tab-item:: Linux/Mac
3434

35-
1. Install Python 3.9 or later. You can download it from the `Python website <https://www.python.org/downloads/>`_.
35+
1. Install Python 3.9-3.12. You can download it from the Python website: `macOS <https://www.python.org/downloads/macos/>`_, `Linux <https://www.python.org/downloads/source/>`_.
3636
2. Install the latest version of `Pip <https://pip.pypa.io/en/stable/installation/>`_.
3737
3. Install Git from the `Git website <https://git-scm.com/downloads>`_.
3838
4. Install `Make <https://www.gnu.org/software/make/>`_ .

0 commit comments

Comments
 (0)