Make virtualenv link more visible in installation doc

This commit is contained in:
Griatch 2023-09-01 21:06:05 +02:00
parent 7a56acc93f
commit a989246cdb

View file

@ -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!
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!
```
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: