From 7b133e4dbf6c5a5770f77d1e3fbf5a2f40ef2c26 Mon Sep 17 00:00:00 2001 From: homeofpoe Date: Tue, 26 Dec 2023 12:40:19 -0800 Subject: [PATCH] Update Installation.md There were broken links in the code block (```) sections because links aren't processed there. --- docs/source/Setup/Installation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/Setup/Installation.md b/docs/source/Setup/Installation.md index f97b938b22..1306971654 100644 --- a/docs/source/Setup/Installation.md +++ b/docs/source/Setup/Installation.md @@ -1,12 +1,14 @@ # Installation ```{important} -If you are converting an existing game from a previous Evennia version, [see here](./Installation-Upgrade.md). +If you are converting an existing game from a previous Evennia version, you will need to upgrade. ``` The fastest way to install Evennia is to use the `pip` installer that comes with Python (read on). You can also [clone Evennia from github](./Installation-Git.md) or use [docker](./Installation-Docker.md). Some users have also experimented with [installing Evennia on Android](./Installation-Android.md). +If you are converting an existing game, please follow the [upgrade instructions](./Installation-Upgrade.md). + ## Requirements ```{sidebar} Develop in isolation @@ -20,9 +22,11 @@ Installing Evennia doesn't make anything visible online. Apart from installation ## Install with `pip` ```{important} -You are recommended to [setup a light-weight Python virtualenv](./Installation-Git.md#virtualenv) to install Evennia in. Using a virtualenv is standard practice in Python and allows you to install what you want in isolation from other programs. The virtualenv system is a part of Python and will make your life easier! +You are recommended to setup a light-weight Python virtualenv to install Evennia in. Using a virtualenv is standard practice in Python and allows you to install what you want in isolation from other programs. The virtualenv system is a part of Python and will make your life easier! ``` +You re recommended to [setup a light-weight Python virtualenv](./Installation-Git.md#virtualenv) first. + 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: pip install evennia