From 53276ea12a95367a5f52031fd9da320bf6ed3a0e Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed, 19 May 2021 13:54:45 +0200 Subject: [PATCH] Update instructions to use Python 3.8.10 * Merge pull request #5025 --- 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 4c1becc63..6958e8f7c 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -327,7 +327,7 @@ Then run the following command: .. prompt:: bash - CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.9 -v + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.10 -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 @@ -339,7 +339,7 @@ After that is finished, run: .. prompt:: bash - pyenv global 3.8.9 + pyenv global 3.8.10 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 c41f547aa..6a0345e09 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.9 + choco upgrade python3 -y --version 3.8.10 For Audio support, you should also run the following command before exiting: