We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75066b5 commit 8659af2Copy full SHA for 8659af2
README.md
@@ -35,12 +35,12 @@ To build from source
35
On CentOS, RHEL, and Fedora with Python 2:
36
37
dnf install git python-pip gcc python-devel systemd-devel
38
- 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
39
40
On Fedora with Python 3:
41
42
dnf install git python3-pip gcc python3-devel systemd-devel
43
- 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
44
45
On Debian or Ubuntu with Python 2:
46
0 commit comments