From 90b099395b596cd161837c683aebe12b19b1d3c4 Mon Sep 17 00:00:00 2001 From: Lane Babuder Date: Mon, 3 Feb 2020 16:57:09 -0500 Subject: [PATCH] Adding CentOS 8 Documentation (#3463) IUS will not be supporting RHEL 8, so utilizing epel-release and telling the system to use standard git is the best option. --- docs/install_linux_mac.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index f7aec25cd..a4ab20cb0 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -67,6 +67,25 @@ Complete the rest of the installation by `installing Python 3.8 with pyenv `. + +---- + .. _install-debian-stretch: ~~~~~~~~~~~~~~