From 49222e09286bc3211ef9c6389fce777647665d61 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Thu, 5 Dec 2024 11:30:45 -0800 Subject: [PATCH] format tip --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77cc6c0c..ba93b800 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ Before you begin, ensure you have the following: Arch's CLI allows you to manage and interact with the Arch gateway efficiently. To install the CLI, simply run the following command: -Tip: We recommend that developers create a new Python virtual environment to isolate dependencies before installing Arch. This ensures that archgw and its dependencies do not interfere with other packages on your system. +> [!TIP] +> We recommend that developers create a new Python virtual environment to isolate dependencies before installing Arch. This ensures that archgw and its dependencies do not interfere with other packages on your system. ```console $ python -m venv venv