Skip to content

Commit aabbf9b

Browse files
l2ol33rtkeszybz
authored andcommitted
Updating docs for missing dependency (#28)
I was trying to build python-systemd from source but ran into the same issue here: #17 I Figure the docs should be updated to reflect this dependency.
1 parent 84fcfc0 commit aabbf9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ On Fedora 21+ with Python 3:
3939

4040
On Debian or Ubuntu with Python 2:
4141

42-
apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev
42+
apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev pkg-config
4343

4444
On Debian or Ubuntu with Python 3:
4545

46-
apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev
46+
apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config
4747

48-
The project is also available on pypi as systemd-python.
48+
The project is also available on pypi as `systemd-python`.
4949

5050
Usage
5151
=====

0 commit comments

Comments
 (0)