From a8fd417b31f27ffc1704de33dde10ac25c4ea11c Mon Sep 17 00:00:00 2001 From: lord63 Date: Mon, 16 Jun 2014 18:39:16 +0800 Subject: [PATCH] Update installation.rst Add descriptions about how leave from the virtual environment. --- docs/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 163782f2..9169e048 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -81,6 +81,12 @@ If you are a Windows user, the following command is for you:: Either way, you should now be using your virtualenv (notice how the prompt of your shell has changed to show the active environment). +And if you want to go back to the real world, use the following command:: + + $ deactivate + +After doing this, the prompt of your shell should be as familar as before. + Now you can just enter the following command to get Flask activated in your virtualenv::