diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml index dc1020dd3e..65340a1b5e 100644 --- a/documentation/toaster-manual/toaster-manual-start.xml +++ b/documentation/toaster-manual/toaster-manual-start.xml @@ -65,15 +65,6 @@ distribution rather than using pip. $ sudo apt-get install python-virtualenv - - If you do choose to set up a virtual environment in - which to run Toaster, you must initialize that - virtual environment each time you want to start - Toaster. - Use the following to initialize the environment just - before you start Toaster: - - $ source venv/bin/activate Create and Activate a Virtual Environment: @@ -83,6 +74,17 @@ + + If you do choose to set up a virtual environment in + which to run Toaster, you must initialize that + virtual environment each time you want to start + Toaster. + Use the following to initialize the environment just + before you start Toaster: + + $ source venv/bin/activate + +