diff options
author | 2023-12-07 16:30:22 -0500 | |
---|---|---|
committer | 2023-12-07 16:30:22 -0500 | |
commit | 5888884f84b6c9e827bda5282d6d26e784e237cc (patch) | |
tree | 19198e2b92ed11f24bef925f865987c21e7dd432 | |
parent | Bump emoji from 2.8.0 to 2.9.0 (#2837) (diff) |
Fix broken hyperlink rendering in windows-path tag
-rw-r--r-- | bot/resources/tags/windows-path.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: ``` |