summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-08-15 16:00:06 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-08-15 16:56:40 +0200
commit8659af21791ab1317ff663439cf0c69edd6a2e48 (patch)
tree2f6665b3e75d3c488b32f0f729586ddb3d21f084
parent75066b51aa143c256e544c33749172ad16638386 (diff)
downloadpython-systemd-8659af21791ab1317ff663439cf0c69edd6a2e48.tar.gz
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.
-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: