Skip to content

Commit

Permalink
README: also mention CentoOS and RHEL in instructions
Browse files Browse the repository at this point in the history
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 systemd#47.
  • Loading branch information
keszybz committed Apr 14, 2017
1 parent 308ae44 commit c06c5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c06c5d4

Please sign in to comment.