From a9d3e271b0fbbe7b0f418cddd0bfa06e3341b926 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Thu, 9 Jan 2020 18:43:05 +0100 Subject: [PATCH] [Docs] Update Linux install guides for python 3.8.1 (#3302) * Update install_linux_mac.rst * Update install_linux_mac.rst --- docs/install_linux_mac.rst | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index 4e6d9ebaa..26df6f823 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -46,10 +46,10 @@ CentOS and RHEL 7 yum -y groupinstall development yum -y install https://centos7.iuscommunity.org/ius-release.rpm - sudo yum install zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel \ + sudo yum -y install zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel \ openssl-devel xz xz-devel libffi-devel findutils git2u java-11-openjdk -Complete the rest of the installation by `installing Python 3.7 with pyenv `. +Complete the rest of the installation by `installing Python 3.8 with pyenv `. .. _install-debian: .. _install-raspbian: @@ -58,30 +58,16 @@ Complete the rest of the installation by `installing Python 3.7 with pyenv `. @@ -91,12 +77,12 @@ Complete the rest of the installation by `installing Python 3.8 with pyenv