summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Hernandez <herna175@mail.chapman.edu>2016-10-10 17:11:10 -0700
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-10-10 20:11:10 -0400
commitaabbf9b40d7bf0beb2d973ca857b5b9717e5cc9a (patch)
tree15afc31781de2bfcfd3ff6a35df150d9689d59d9
parent84fcfc05e527e43f6a2fa756159d374a7eab8618 (diff)
downloadpython-systemd-aabbf9b40d7bf0beb2d973ca857b5b9717e5cc9a.tar.gz
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.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b06f9d3..c80b8d7 100644
--- a/README.md
+++ b/README.md
@@ -39,13 +39,13 @@ On Fedora 21+ with Python 3:
On Debian or Ubuntu with Python 2:
- apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev
+ apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev pkg-config
On Debian or Ubuntu with Python 3:
- apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev
+ apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config
-The project is also available on pypi as systemd-python.
+The project is also available on pypi as `systemd-python`.
Usage
=====