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>
This commit is contained in:
Scott Rifenbark 2015-03-30 13:40:15 -07:00 committed by Richard Purdie
parent 3fafd2bfc0
commit a9d25bd676
1 changed files with 11 additions and 9 deletions

View File

@ -65,15 +65,6 @@
distribution rather than using <filename>pip</filename>.
<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>
@ -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>