From 7facee681a07f3a9e39e958dc156ecae52d4880d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 30 Sep 2015 09:20:12 -0700 Subject: toaster-manual: Updated the section for setting up virtual env. The section for setting up a Python virtual environment has gone from "optional" to "required". I re-worded the section as such. (From yocto-docs rev: 3a20244c8b0b594723c0b35c8808bb96a210d63a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/toaster-manual/toaster-manual-start.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'documentation/toaster-manual') diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml index fbdb5ecb90..9f24921e97 100644 --- a/documentation/toaster-manual/toaster-manual-start.xml +++ b/documentation/toaster-manual/toaster-manual-start.xml @@ -41,16 +41,16 @@ install-compatible format. -
- Optionally Setting Up a Python Virtual Environment +
+ Set Up a Python Virtual Environment - It is highly recommended that you use a Python virtual - environment that allows you to maintain a dedicated Python - executable and its own set of installed modules. - Doing so separates the executable from the Python and modules - provided by the operating system and therefore avoids any - version conflicts. + Set up a Python virtual environment that allows you + to maintain a dedicated Python executable and its own + set of installed modules. + Doing so separates the executable from Python and the + modules provided by the operating system. + This separation avoids any version conflicts. @@ -73,7 +73,7 @@ - If you do choose to set up a virtual environment in + After setting up a virtual environment in which to run Toaster, you must initialize that virtual environment each time you want to start Toaster. -- cgit 1.2.3-korg