summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-30 13:40:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-01 17:36:12 +0100
commit4ef59fe419aefa826e04587fceecf6d09a646175 (patch)
tree8205ba4287b87a5aa8be5f00e3165dc6d5c738f0 /documentation
parent64ccb07092234c126ce94c00aff38eaed748716f (diff)
downloadpoky-4ef59fe419aefa826e04587fceecf6d09a646175.tar.gz
toaster-manual: Made some updates for virtual environment section.
I moved the note that tells the user they have to initialize the virtual environment every time before starting Toaster to the correct location. I had it misplaced. (From yocto-docs rev: 65258338e1ffb92ded573ea3b447b424b5f5fa97) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/toaster-manual/toaster-manual-start.xml20
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