aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-start.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml
index fbdb5ecb90..9f24921e97 100644
--- a/documentation/toaster-manual/toaster-manual-start.xml
+++ b/documentation/toaster-manual/toaster-manual-start.xml
@@ -41,16 +41,16 @@
install-compatible format.
</para>
- <section id='toaster-optional-virtual-environment'>
- <title>Optionally Setting Up a Python Virtual Environment</title>
+ <section id='toaster-virtual-environment'>
+ <title>Set Up a Python Virtual Environment</title>
<para>
- It is highly recommended that you use a Python virtual
- environment that allows you to maintain a dedicated Python
- executable and its own set of installed modules.
- Doing so separates the executable from the Python and modules
- provided by the operating system and therefore avoids any
- version conflicts.
+ Set up a Python virtual environment that allows you
+ to maintain a dedicated Python executable and its own
+ set of installed modules.
+ Doing so separates the executable from Python and the
+ modules provided by the operating system.
+ This separation avoids any version conflicts.
</para>
<para>
@@ -73,7 +73,7 @@
</para></listitem>
</orderedlist>
<note>
- If you do choose to set up a virtual environment in
+ After setting up a virtual environment in
which to run Toaster, you must initialize that
virtual environment each time you want to start
Toaster.