You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".**
28
28
3. Install Pip. ``python -m ensurepip``
29
29
4. Install Git. ``choco install git``
30
30
5. Install Make. ``choco install make``
31
31
6. Install the lastest version of VS Code. ``choco install vscode``
32
32
33
33
.. tab-item:: Linux/Mac
34
34
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/>`_.
36
36
2. Install the latest version of `Pip <https://pip.pypa.io/en/stable/installation/>`_.
37
37
3. Install Git from the `Git website <https://git-scm.com/downloads>`_.
0 commit comments