summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-start.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-start.xml')
-rw-r--r--documentation/toaster-manual/toaster-manual-start.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml
index 608a505fac..dc1020dd3e 100644
--- a/documentation/toaster-manual/toaster-manual-start.xml
+++ b/documentation/toaster-manual/toaster-manual-start.xml
@@ -66,6 +66,15 @@
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>
69 </para></listitem> 78 </para></listitem>
70 <listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis> 79 <listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis>
71 <literallayout class='monospaced'> 80 <literallayout class='monospaced'>