summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 514c5d0..56e5bce 100644
--- a/README.md
+++ b/README.md
@@ -35,12 +35,12 @@ To build from source
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
+ pip install git+https://github.com/systemd/python-systemd.git#egg=systemd-python
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
+ pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd-python
On Debian or Ubuntu with Python 2: