Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/source/docs/getting_started/downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Platform-specific notes
Windows
+++++++

#. Install Python 3.6 or newer (older versions may not work due to `a GitHub change with SSL <https://github.com/emscripten-core/emscripten/issues/6275>`_).
#. Install Python 3.8 or newer.

.. note:: Instead of running emscripten on Windows directly, you can use the
Windows Subsystem for Linux to run it in a Linux environment.
Expand All @@ -123,7 +123,7 @@ macOS
.. note:: Emscripten requires macOS 10.14 Mojave or above.

If you use the Emscripten SDK, it includes a bundled version of Python 3.
Otherwise, you will need to manually install and use Python 3.6 or newer.
Otherwise, you will need to manually install and use Python 3.8 or newer.

These instructions explain how to install **all** the :ref:`required tools
<toolchain-what-you-need>`. You can :ref:`test whether some of these are already
Expand Down