summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-start.xml
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/toaster-manual/toaster-manual-start.xml
parent64ccb07092234c126ce94c00aff38eaed748716f (diff)
downloadast2050-yocto-poky-4ef59fe419aefa826e04587fceecf6d09a646175.zip
ast2050-yocto-poky-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/toaster-manual/toaster-manual-start.xml')
-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 dc1020d..65340a1 100644
--- a/documentation/toaster-manual/toaster-manual-start.xml
+++ b/documentation/toaster-manual/toaster-manual-start.xml
@@ -66,15 +66,6 @@
<literallayout class='monospaced'>
$ sudo apt-get install python-virtualenv
</literallayout>
- If you do choose to set up a virtual environment in
- which to run Toaster, you must initialize that
- virtual environment each time you want to start
- Toaster.
- Use the following to initialize the environment just
- before you start Toaster:
- <literallayout class='monospaced'>
- $ source venv/bin/activate
- </literallayout>
</para></listitem>
<listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis>
<literallayout class='monospaced'>
@@ -83,6 +74,17 @@
</literallayout>
</para></listitem>
</orderedlist>
+ <note>
+ If you do choose to set up a virtual environment in
+ which to run Toaster, you must initialize that
+ virtual environment each time you want to start
+ Toaster.
+ Use the following to initialize the environment just
+ before you start Toaster:
+ <literallayout class='monospaced'>
+ $ source venv/bin/activate
+ </literallayout>
+ </note>
</para>
</section>
OpenPOWER on IntegriCloud