From 11e7254c3dd788e0aefffcabac08f3542c9e1123 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 9 Apr 2014 07:37:57 -0400 Subject: [PATCH] Noted that pip is included with Python 3.4 in Windows install guide. Thanks CHI Cheng. --- docs/howto/windows.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt index 5fc585dbb31..d4e29d0b1b4 100644 --- a/docs/howto/windows.txt +++ b/docs/howto/windows.txt @@ -41,7 +41,8 @@ Install PIP `PIP `_ is a package manager for Python that uses the `Python Package Index `_ to install Python -packages. PIP will later be used to install Django from PyPI. +packages. PIP will later be used to install Django from PyPI. If you've +installed Python 3.4, ``pip`` is included so you may skip this section. Open a command prompt and execute ``easy_install pip``. This will install ``pip`` on your system. This command will work if you have successfully