Update instructions to use Python 3.8.10

* Merge pull request #5025
This commit is contained in:
jack1142 2021-05-19 13:54:45 +02:00 committed by GitHub
parent c40efd479b
commit 53276ea12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -327,7 +327,7 @@ Then run the following command:
.. prompt:: bash .. 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 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 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 .. 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. Pyenv is now installed and your system should be configured to run Python 3.8.

View File

@ -40,7 +40,7 @@ Then run each of the following commands:
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
choco upgrade visualstudio2019-workload-vctools -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: For Audio support, you should also run the following command before exiting: