diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-10-02 13:03:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:33 +0100 |
commit | ae0d508d81099822eb05e4d06d75e5288ad0db9c (patch) | |
tree | 231ee787ec7651d7d01db104ddc2ea2b816fb140 /documentation/toaster-manual | |
parent | 98d7d24a37c809a793496db0c4227e6b592bcb26 (diff) | |
download | poky-ae0d508d81099822eb05e4d06d75e5288ad0db9c.tar.gz |
toaster-manual: Added note for creating virtual environment
Added a note strongly suggesting that the user should set up
this virtual environment even though it is not required.
(From yocto-docs rev: 1e5f5c7e36eb8541d0d0e2c7e5d37d65c84946bf)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml index 9f24921e97..32be3a8473 100644 --- a/documentation/toaster-manual/toaster-manual-start.xml +++ b/documentation/toaster-manual/toaster-manual-start.xml | |||
@@ -51,6 +51,11 @@ | |||
51 | Doing so separates the executable from Python and the | 51 | Doing so separates the executable from Python and the |
52 | modules provided by the operating system. | 52 | modules provided by the operating system. |
53 | This separation avoids any version conflicts. | 53 | This separation avoids any version conflicts. |
54 | <note> | ||
55 | Creating a virtual environment is not absolutely | ||
56 | necessary. | ||
57 | However, doing so is highly recommended. | ||
58 | </note> | ||
54 | </para> | 59 | </para> |
55 | 60 | ||
56 | <para> | 61 | <para> |