From 4043a5e18c1804b87ac681a59d313350853c6897 Mon Sep 17 00:00:00 2001 From: George Gritsouk Date: Fri, 30 Dec 2011 02:15:22 -0500 Subject: [PATCH] Added a missing space. --- docs/starting/dev-env.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/starting/dev-env.rst b/docs/starting/dev-env.rst index c3e3108..20a7904 100644 --- a/docs/starting/dev-env.rst +++ b/docs/starting/dev-env.rst @@ -145,6 +145,7 @@ using ``pip`` will be placed in the venv folder, isolated from the global Python installation. Install packages as usual. :: + $ pip install requests To stop using an environment simply type ``deactivate``. To remove the