summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Strauss <david@davidstrauss.net>2015-07-07 12:15:39 -0700
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-08-02 10:18:01 -0400
commit58c65cf10a7640669ef84f9119c7841112eea025 (patch)
tree01230661aedc596335a97f858522231c1f80a7f6 /README.md
parent108d3d8ea9842e86db8e0be3e333efa099403968 (diff)
downloadpython-systemd-58c65cf10a7640669ef84f9119c7841112eea025.tar.gz
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).
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5da6afd..281c314 100644
--- a/README.md
+++ b/README.md
@@ -27,15 +27,15 @@ On Debian/Ubuntu/Mint
To build from source
-On Fedora 17+ with Python 2:
+On Fedora 21+ with Python 2:
- sudo dnf install git python-pip gcc python-devel systemd-devel
- pip-python install git+http://github.com/systemd/python-systemd.git#egg=systemd
+ dnf install git python-pip gcc python-devel systemd-devel
+ pip install git+https://github.com/systemd/python-systemd.git#egg=systemd
-On Fedora 17+ with Python 3:
+On Fedora 21+ with Python 3:
- sudo dnf install git python3-pip gcc python3-devel systemd-devel
- pip-python3 install git+http://github.com/systemd/python-systemd.git#egg=systemd
+ dnf install git python3-pip gcc python3-devel systemd-devel
+ pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd
Usage
=====