summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-09 07:37:57 -0400
committerTim Graham <timograham@gmail.com>2014-04-09 07:38:43 -0400
commit11e7254c3dd788e0aefffcabac08f3542c9e1123 (patch)
tree8ac80d5402bc4bc4b7e35f8ed30da9434c1632b3 /docs
parent5ca522b9ed13e2695576267720434659b4c1e93b (diff)
Noted that pip is included with Python 3.4 in Windows install guide.
Thanks CHI Cheng.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/windows.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt
index 5fc585dbb3..d4e29d0b1b 100644
--- a/docs/howto/windows.txt
+++ b/docs/howto/windows.txt
@@ -41,7 +41,8 @@ Install PIP
`PIP <http://www.pip-installer.org/>`_ is a package manager for Python that
uses the `Python Package Index <http://pypi.python.org>`_ 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