From bf744aaf08889832367d76722f02e1aba61ae6a2 Mon Sep 17 00:00:00 2001 From: iLPdev Date: Sun, 23 Jul 2023 14:32:13 -0700 Subject: [PATCH] docs(installation): add missing markdown to close italics --- docs/source/Setup/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Setup/Installation.md b/docs/source/Setup/Installation.md index 5bb1c8d5f8..e5d2133d11 100644 --- a/docs/source/Setup/Installation.md +++ b/docs/source/Setup/Installation.md @@ -20,7 +20,7 @@ Installing Evennia doesn't make anything visible online. Apart from installation ## Install with `pip` ```{important} -Using a light-weight [Python virtual environment](./Installation-Git.md#virtualenv) is optional, but _highly recommended, to keep your Evennia installation independent from the system libraries. The virtualenv system is a part of Python and will make your life easier! +Using a light-weight [Python virtual environment](./Installation-Git.md#virtualenv) is optional, but _highly recommended_, to keep your Evennia installation independent from the system libraries. The virtualenv system is a part of Python and will make your life easier! ``` Evennia is managed from the terminal (console/Command Prompt on Windows). Once you have Python installed—and after activating your virtualenv if you are using one—install Evennia with: