From 33850a2c357f9f687dab2b954923c152d96be4bc Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 13 Feb 2021 23:31:14 +0100 Subject: [PATCH] Update Python version installed in instructions to 3.8.7 (#4770) * Update Python version installed in instructions to 3.8.7 * Update the one in Windows instructions too --- docs/install_linux_mac.rst | 4 ++-- docs/install_windows.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index f57cca5e6..ef6fad658 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -323,7 +323,7 @@ Then run the following command: .. code-block:: none - CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.6 -v + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.7 -v This may take a long time to complete, depending on your hardware. For some machines (such as Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove @@ -335,7 +335,7 @@ After that is finished, run: .. code-block:: none - pyenv global 3.8.6 + pyenv global 3.8.7 Pyenv is now installed and your system should be configured to run Python 3.8. diff --git a/docs/install_windows.rst b/docs/install_windows.rst index d1d01f21a..4dfca7c24 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -40,7 +40,7 @@ Then run each of the following commands: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade visualstudio2019-workload-vctools -y - choco upgrade python3 -y --version 3.8.6 + choco upgrade python3 -y --version 3.8.7 For Audio support, you should also run the following command before exiting: