From 8659af21791ab1317ff663439cf0c69edd6a2e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 15 Aug 2022 16:00:06 +0200 Subject: README: fix installation urls pip3 install says: WARNING: Discarding git+https://github.com/systemd/python-systemd.git#egg=systemd. Requested systemd-python from git+https://github.com/systemd/python-systemd.git#egg=systemd has inconsistent name: filename has 'systemd', but metadata has 'systemd-python' Closes #97. --- README.md | 4 ++-- 1 file 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: -- cgit v1.2.1