Skip to content

Commit 8659af2

Browse files
committed
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.
1 parent 75066b5 commit 8659af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ To build from source
3535
On CentOS, RHEL, and Fedora with Python 2:
3636

3737
dnf install git python-pip gcc python-devel systemd-devel
38-
pip install git+https://github.com/systemd/python-systemd.git#egg=systemd
38+
pip install git+https://github.com/systemd/python-systemd.git#egg=systemd-python
3939

4040
On Fedora with Python 3:
4141

4242
dnf install git python3-pip gcc python3-devel systemd-devel
43-
pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd
43+
pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd-python
4444

4545
On Debian or Ubuntu with Python 2:
4646

0 commit comments

Comments
 (0)