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