diff options
-rw-r--r-- | documentation/toaster-manual/toaster-manual-start.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml index dc1020dd3e..65340a1b5e 100644 --- a/documentation/toaster-manual/toaster-manual-start.xml +++ b/documentation/toaster-manual/toaster-manual-start.xml | |||
@@ -66,15 +66,6 @@ | |||
66 | <literallayout class='monospaced'> | 66 | <literallayout class='monospaced'> |
67 | $ sudo apt-get install python-virtualenv | 67 | $ sudo apt-get install python-virtualenv |
68 | </literallayout> | 68 | </literallayout> |
69 | If you do choose to set up a virtual environment in | ||
70 | which to run Toaster, you must initialize that | ||
71 | virtual environment each time you want to start | ||
72 | Toaster. | ||
73 | Use the following to initialize the environment just | ||
74 | before you start Toaster: | ||
75 | <literallayout class='monospaced'> | ||
76 | $ source venv/bin/activate | ||
77 | </literallayout> | ||
78 | </para></listitem> | 69 | </para></listitem> |
79 | <listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis> | 70 | <listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis> |
80 | <literallayout class='monospaced'> | 71 | <literallayout class='monospaced'> |
@@ -83,6 +74,17 @@ | |||
83 | </literallayout> | 74 | </literallayout> |
84 | </para></listitem> | 75 | </para></listitem> |
85 | </orderedlist> | 76 | </orderedlist> |
77 | <note> | ||
78 | If you do choose to set up a virtual environment in | ||
79 | which to run Toaster, you must initialize that | ||
80 | virtual environment each time you want to start | ||
81 | Toaster. | ||
82 | Use the following to initialize the environment just | ||
83 | before you start Toaster: | ||
84 | <literallayout class='monospaced'> | ||
85 | $ source venv/bin/activate | ||
86 | </literallayout> | ||
87 | </note> | ||
86 | </para> | 88 | </para> |
87 | </section> | 89 | </section> |
88 | 90 | ||