From 4d4966fd876beba42c6642d9638fd1c7e6ca04a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 26 Jan 2024 13:18:21 +0100 Subject: [PATCH] Use markdown github alert for note in README https://docs.github.com/de/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a88b5b4e..e210fe337 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,10 @@ Package Index (pypi) using [pipx] ### Install using pip -**NOTE:** The `pip install` command does no longer work out-of-the-box in newer -distributions like Ubuntu 23.04 because of [PEP 668](https://peps.python.org/pep-0668). -Please use the [installation via pipx](#install-using-pipx) instead. +> [!NOTE] +> The `pip install` command does no longer work out-of-the-box in newer +> distributions like Ubuntu 23.04 because of [PEP 668](https://peps.python.org/pep-0668). +> Please use the [installation via pipx](#install-using-pipx) instead. You can install the latest stable release of **pontos** from the Python Package Index (pypi) using [pip]