summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-13 07:48:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:03 +0000
commit586992d24e3f0b8d0dfa194f7609fae0364ec390 (patch)
tree172ecf063877b344d6c780bad10c21f8db43e5ce /documentation/toaster-manual/toaster-manual-start.xml
parent3dad9aee73f1da4e911d7d42953bb06e5a26b770 (diff)
downloadpoky-586992d24e3f0b8d0dfa194f7609fae0364ec390.tar.gz
toaster-manual: 2nd draft for review.
Fixes [YOCTO #6901] This is the 2nd review draft of the manual. (From yocto-docs rev: 9f541e4421e0e74e59e3b3da1896b6c1254daf08) 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.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml
index 93f48c7b26..b884036035 100644
--- a/documentation/toaster-manual/toaster-manual-start.xml
+++ b/documentation/toaster-manual/toaster-manual-start.xml
@@ -9,8 +9,8 @@
9 <para> 9 <para>
10 This chapter describes how you need to prepare your system in order to 10 This chapter describes how you need to prepare your system in order to
11 use Toaster. 11 use Toaster.
12 Toaster requires some packages that you must have installed before trying 12 Toaster requires some packages that you must have installed before
13 to run Toaster. 13 trying to run Toaster.
14 </para> 14 </para>
15 15
16 <section id='toaster-setting-up-the-basic-system-requirements'> 16 <section id='toaster-setting-up-the-basic-system-requirements'>
@@ -47,6 +47,17 @@
47 </literallayout> 47 </literallayout>
48 Follow these steps to get set up: 48 Follow these steps to get set up:
49 <orderedlist> 49 <orderedlist>
50 <listitem><para><emphasis>Install <filename>virtualenv</filename>:</emphasis>
51 <filename>virtualenv</filename> is a tool to create
52 isolated Python environments by creating folders that
53 contain all the necessary executables to use the packages
54 that Python projects need.
55 You can use <filename>pip</filename> to install
56 <filename>virtualenv</filename>:
57 <literallayout class='monospaced'>
58 $ pip install virtualenv
59 </literallayout>
60 </para></listitem>
50 <listitem><para><emphasis>Create and activate a virtual environment:</emphasis> 61 <listitem><para><emphasis>Create and activate a virtual environment:</emphasis>
51 <literallayout class='monospaced'> 62 <literallayout class='monospaced'>
52 $ virtualenv venv 63 $ virtualenv venv
@@ -70,6 +81,3 @@
70 </section> 81 </section>
71 82
72</chapter> 83</chapter>
73<!--
74vim: expandtab tw=80 ts=4
75-->