File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -41,21 +41,12 @@ The project is also available on pypi as `systemd-python`:
4141To build from source
4242--------------------
4343
44- On CentOS, RHEL, and Fedora with Python 2:
45-
46- dnf install git python-pip gcc python-devel systemd-devel
47- pip install 'git+https://github.com/systemd/python-systemd.git#egg=systemd-python'
48-
49- On Fedora with Python 3:
44+ On CentOS, RHEL, and Fedora:
5045
5146 dnf install git python3-pip gcc python3-devel systemd-devel
5247 pip3 install 'git+https://github.com/systemd/python-systemd.git#egg=systemd-python'
5348
54- On Debian or Ubuntu with Python 2:
55-
56- apt install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev pkg-config
57-
58- On Debian or Ubuntu with Python 3:
49+ On Debian or Ubuntu:
5950
6051 apt install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config
6152
You can’t perform that action at this time.
0 commit comments