Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-09-01 19:12:35 +00:00
parent 6ea5c18275
commit 3e1ec0cfad
28 changed files with 103 additions and 103 deletions

View file

@ -148,7 +148,7 @@ You can also <a class="reference internal" href="Installation-Git.html"><span c
<h2>Install with <code class="docutils literal notranslate"><span class="pre">pip</span></code><a class="headerlink" href="#install-with-pip" title="Permalink to this headline"></a></h2>
<div class="admonition important">
<p class="admonition-title">Important</p>
<p>Using a light-weight <a class="reference internal" href="Installation-Git.html#virtualenv"><span class="std std-doc">Python virtual environment</span></a> is optional, but <em>highly recommended</em>, to keep your Evennia installation independent from the system libraries. The virtualenv system is a part of Python and will make your life easier!</p>
<p>You are recommended to <a class="reference internal" href="Installation-Git.html#virtualenv"><span class="std std-doc">setup a light-weight Python virtualenv</span></a> 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!</p>
</div>
<p>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:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>pip install evennia