From c06c5d401d60ae9175367be0797a6c2b562ac5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 14 Apr 2017 10:54:40 -0400 Subject: README: also mention CentoOS and RHEL in instructions The latest supported version of Fedora is now 24, and python3 is supported on all current versions, so drop references to old Fedora from the README. Fixes #47. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0118060..4d6daae 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ On openSUSE and SLE To build from source -On Fedora 21+ with Python 2: +On CentOS, RHEL, and Fedora with Python 2: dnf install git python-pip gcc python-devel systemd-devel pip install git+https://github.com/systemd/python-systemd.git#egg=systemd -On Fedora 21+ with Python 3: +On Fedora with Python 3: dnf install git python3-pip gcc python3-devel systemd-devel pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd -- cgit v1.2.1