From 551d98e6de12e80e6da734bb3ff2dbc85d4adf5b Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:14:42 +0100 Subject: [PATCH] Documentation (#6222) --- docs/getting-started.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0465b5b20..b6726f2e1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -75,10 +75,12 @@ MkDocs on GitHub Pages in a step-by-step guide. --- -__Tip__: If you don't have prior experience with Python, we recommend reading -[Using Python's pip to Manage Your Projects' Dependencies], which is a really -good introduction on the mechanics of Python package management and helps you -troubleshoot if you run into errors. +!!! tip + + If you don't have prior experience with Python, we recommend reading + [Using Python's pip to Manage Your Projects' Dependencies], which is a + really good introduction on the mechanics of Python package management and + helps you troubleshoot if you run into errors. [Python package]: https://pypi.org/project/mkdocs-material/ [virtual environment]: https://realpython.com/what-is-pip/#using-pip-in-a-python-virtual-environment