diff options
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-start.xml')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-start.xml | 18 |
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 @@ | |||
41 | install-compatible format. | 41 | install-compatible format. |
42 | </para> | 42 | </para> |
43 | 43 | ||
44 | <section id='toaster-optional-virtual-environment'> | 44 | <section id='toaster-virtual-environment'> |
45 | <title>Optionally Setting Up a Python Virtual Environment</title> | 45 | <title>Set Up a Python Virtual Environment</title> |
46 | 46 | ||
47 | <para> | 47 | <para> |
48 | It is highly recommended that you use a Python virtual | 48 | Set up a Python virtual environment that allows you |
49 | environment that allows you to maintain a dedicated Python | 49 | to maintain a dedicated Python executable and its own |
50 | executable and its own set of installed modules. | 50 | set of installed modules. |
51 | Doing so separates the executable from the Python and modules | 51 | Doing so separates the executable from Python and the |
52 | provided by the operating system and therefore avoids any | 52 | modules provided by the operating system. |
53 | version conflicts. | 53 | This separation avoids any version conflicts. |
54 | </para> | 54 | </para> |
55 | 55 | ||
56 | <para> | 56 | <para> |
@@ -73,7 +73,7 @@ | |||
73 | </para></listitem> | 73 | </para></listitem> |
74 | </orderedlist> | 74 | </orderedlist> |
75 | <note> | 75 | <note> |
76 | If you do choose to set up a virtual environment in | 76 | After setting up a virtual environment in |
77 | which to run Toaster, you must initialize that | 77 | which to run Toaster, you must initialize that |
78 | virtual environment each time you want to start | 78 | virtual environment each time you want to start |
79 | Toaster. | 79 | Toaster. |