aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
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 12:59:17 +0100
commita9d25bd676fd9078b71d0cd10467f6e90cc7ac31 (patch)
treea0137f1e0cd1ae6c73b3411bf37602f0340a51bc /documentation/toaster-manual
parent3fafd2bfc0abb41421f8c6eb0a12cc78bd90da7f (diff)
downloadopenembedded-core-contrib-a9d25bd676fd9078b71d0cd10467f6e90cc7ac31.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')
-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 @@
<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>