From e88c67465c13581abccedaf5a0e89c017aedd80d Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Thu, 23 Jul 2020 13:32:53 +0200 Subject: [PATCH] Update pyenv instructions to install Python 3.8.5 (#4094) --- 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 98d149b0c..4bb6ed72c 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -370,7 +370,7 @@ Then run the following command: .. code-block:: none - CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.3 -v + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.5 -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 @@ -382,7 +382,7 @@ After that is finished, run: .. code-block:: none - pyenv global 3.8.3 + pyenv global 3.8.5 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 bf3c0f8bb..f4f9e40e4 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -63,7 +63,7 @@ Manually installing dependencies * `MSVC Build tools `_ -* `Python 3.8.1 `_ - Red needs Python 3.8.1 or greater +* `Python 3.8.1 or greater `_ .. attention:: Please make sure that the box to add Python to PATH is CHECKED, otherwise you may run into issues when trying to run Red.