summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-start.xml
diff options
context:
space:
mode:
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-->