summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-02-11 14:39:12 +0100
committerGitHub <noreply@github.com>2023-02-11 14:39:12 +0100
commit7e3313a15b83400f00d3891f16e0f85f19cb3862 (patch)
treed69aebb4b85901f5f111eb84a9e70efd81fba8fc
parent263dc92d5508cfe2ecfbfc558675c57c301f3d4a (diff)
parent9267af36d8502db24439690b25b386544ef84a00 (diff)
downloadpython-systemd-7e3313a15b83400f00d3891f16e0f85f19cb3862.tar.gz
Merge pull request #123 from Guiorgy/patch-1
Update README.md
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0107f50..4afc115 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,10 @@ On Arch:
pacman -Sy python-systemd
+The project is also available on pypi as `systemd-python`:
+
+[![PyPI](https://img.shields.io/pypi/v/systemd-python.svg)](https://pypi.python.org/pypi)
+
To build from source
--------------------
@@ -55,8 +59,6 @@ On Debian or Ubuntu with Python 3:
apt install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config
-The project is also available on pypi as `systemd-python`.
-
Usage
=====