Skip to content

Commit 58c65cf

Browse files
davidstrausskeszybz
authored andcommitted
Update source building instructions
* Only list Fedora 21+. Older releases are no longer supported by upstream, let alone for systemd development. * Fedora now uses `pip` and `pip3`, not `pip-python` and `pip-python3`. By only documenting Fedora 21+, we can be consistent in the instructions. * Use HTTPS for git (rather than HTTP).
1 parent 108d3d8 commit 58c65cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ On Debian/Ubuntu/Mint
2727

2828
To build from source
2929

30-
On Fedora 17+ with Python 2:
30+
On Fedora 21+ with Python 2:
3131

32-
sudo dnf install git python-pip gcc python-devel systemd-devel
33-
pip-python install git+http://github.com/systemd/python-systemd.git#egg=systemd
32+
dnf install git python-pip gcc python-devel systemd-devel
33+
pip install git+https://github.com/systemd/python-systemd.git#egg=systemd
3434

35-
On Fedora 17+ with Python 3:
35+
On Fedora 21+ with Python 3:
3636

37-
sudo dnf install git python3-pip gcc python3-devel systemd-devel
38-
pip-python3 install git+http://github.com/systemd/python-systemd.git#egg=systemd
37+
dnf install git python3-pip gcc python3-devel systemd-devel
38+
pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd
3939

4040
Usage
4141
=====

0 commit comments

Comments
 (0)