diff options
| author | David Strauss <david@davidstrauss.net> | 2012-06-25 23:07:03 -0700 |
|---|---|---|
| committer | David Strauss <david@davidstrauss.net> | 2012-06-25 23:07:03 -0700 |
| commit | b03b0ab4dbee64ff2130f93e5bf303de942015e8 (patch) | |
| tree | 5f1418caa9b65e1b99cddad5a41b508243b82487 | |
| parent | cb38f73edecc9b80fc89dde03766a546d5e25629 (diff) | |
| download | python-systemd-b03b0ab4dbee64ff2130f93e5bf303de942015e8.tar.gz | |
Add test build instructions.
| -rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -6,7 +6,16 @@ Python module for native access to systemd's journald facilities Installation ============ -On Fedora 17: +On Fedora 17+: -sudo yum install git python-pip gcc python-devel systemd-devel -pip-python git+http://github.com/davidstrauss/journald-python.git#egg=journald + sudo yum install git python-pip gcc python-devel systemd-devel + pip-python git+http://github.com/davidstrauss/journald-python.git#egg=journald + +Test Builds +=========== + + python setup.py build + cd builds/lib.* + python + >>> import journald + >>> journald.send("Test") |
