From 5888884f84b6c9e827bda5282d6d26e784e237cc Mon Sep 17 00:00:00 2001 From: thegamecracks <61257169+thegamecracks@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:30:22 -0500 Subject: Fix broken hyperlink rendering in windows-path tag --- bot/resources/tags/windows-path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/resources/tags/windows-path.md b/bot/resources/tags/windows-path.md index af28c3eb0..ee86772bb 100644 --- a/bot/resources/tags/windows-path.md +++ b/bot/resources/tags/windows-path.md @@ -6,7 +6,7 @@ If you have installed Python but forgot to check the `Add Python to PATH` option If you did not uncheck the option to install the `py launcher`, then you'll instead have a `py` command which can be used in the same way. If you want to be able to access your Python installation via the `python` command, then your best option is to re-install Python (remembering to tick the `Add Python to PATH` checkbox). -You can pass any options to the Python interpreter, e.g. to install the `[numpy](https://pypi.org/project/numpy/)` module from PyPI you can run `py -3 -m pip install numpy` or `python -m pip install numpy`. +You can pass any options to the Python interpreter, e.g. to install the [`numpy`](https://pypi.org/project/numpy/) module from PyPI you can run `py -3 -m pip install numpy` or `python -m pip install numpy`. You can also access different versions of Python using the version flag of the `py` command, like so: ``` -- cgit v1.2.3