summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuiorgy <Guiorgy123@gmail.com>2023-02-06 19:49:12 +0400
committerGitHub <noreply@github.com>2023-02-06 19:49:12 +0400
commit9267af36d8502db24439690b25b386544ef84a00 (patch)
treed69aebb4b85901f5f111eb84a9e70efd81fba8fc
parent263dc92d5508cfe2ecfbfc558675c57c301f3d4a (diff)
downloadpython-systemd-9267af36d8502db24439690b25b386544ef84a00.tar.gz
Update README.md
Moved pypi instructions under the Installation heading and added a pypi badge
-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
=====