From a8fd417b31f27ffc1704de33dde10ac25c4ea11c Mon Sep 17 00:00:00 2001 From: lord63 Date: Mon, 16 Jun 2014 18:39:16 +0800 Subject: [PATCH 1/2] 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:: From c44a6111bc78ace1849748af424ac0ddabbe5f47 Mon Sep 17 00:00:00 2001 From: lord63 Date: Mon, 16 Jun 2014 18:59:33 +0800 Subject: [PATCH 2/2] Update installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 9169e048..3923350c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -87,7 +87,7 @@ And if you want to go back to the real world, use the following command:: 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 +Now, let's move on. Enter the following command to get Flask activated in your virtualenv:: $ pip install Flask