From e75c0af549a52c3c3aad0ab28ccc74206579d2f1 Mon Sep 17 00:00:00 2001 From: tomasv <124552709+tomasvana10@users.noreply.github.com> Date: Mon, 20 May 2024 18:38:09 +1000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf23394c..d9b22591b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ An educational GUI package built with `CustomTkinter` that allows you to select, ## Installation **requires [pip](https://pip.pypa.io/en/stable/installation/)** -If using `python` or `pip` doesn't work, try using `python3` or `pip3` +> [!TIP] +> If using `python` or `pip` doesn't work, try using `python3` or `pip3` - Make a virtual environment and activate it (recommended): ```