From e28c2e92841a7c67cefd80a0e750fa6f7b9a24ff Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Mon, 20 May 2019 15:35:49 +0200 Subject: [PATCH] docs/installing: remove CentOS 6 section Hopelessly outdated distro release that not even EPEL can save, so there's no way we can support it with prebuilt packages. --- docs/installing.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/installing.rst b/docs/installing.rst index 069f5bf..d905276 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -49,17 +49,6 @@ you're all set! See you at the :doc:`running` page! CentOS / RHEL / Fedora ====================== -Prerequisites for CentOS/RHEL 6 --------------------------- -We recommend you upgrade to a newer version of your distribution, though in the meantime -Overviewer should still work with Python 3.4 which is the latest available EPEL package for -CentOS/RHEL 6, but is no longer supported with security fixes by the Python developers. - -Enable EPEL to get a release of Python 3:: - - yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm - - Prerequisites for CentOS/RHEL 7 -------------------------- Enable EPEL to get a release of Python 3::