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>
This commit is contained in:
Scott Rifenbark 2015-10-02 13:03:49 -07:00 committed by Richard Purdie
parent 98d7d24a37
commit ae0d508d81
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@
Doing so separates the executable from Python and the Doing so separates the executable from Python and the
modules provided by the operating system. modules provided by the operating system.
This separation avoids any version conflicts. This separation avoids any version conflicts.
<note>
Creating a virtual environment is not absolutely
necessary.
However, doing so is highly recommended.
</note>
</para> </para>
<para> <para>