From b2da7acc0cf1a2cb8504a6a14f71efa1a282a135 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Mar 2011 21:17:11 -0400 Subject: [PATCH] installation --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index e4c986e..6d564ba 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -102,14 +102,14 @@ Prerequisites: Step 1: Install Distribute & Pip -------------------------------- -**Distribute** is a fantastic drop-in replacment for **easy_install** and **setuptools**. It allows you to install and manage python packages from PyPi, amongst a few other sources. +**Distribute** is a fantastic drop-in replacement for **easy_install** and **setuptools**. It allows you to install and manage python packages from PyPi, amongst a few other sources. To install it, run the python script available here: Make sure that ```C:\Python27\```, and ```C:\Python27\Scripts``` are in your PATH. -**easy_install** is considered by many to be a deprecated system, so we will install it's replacment: **pip**. Pip allows for uninstallation of packages, and is actively maintained, unlike setuptool's easy_install. +**easy_install** is considered by many to be a deprecated system, so we will install it's replacement: **pip**. Pip allows for uninstallation of packages, and is actively maintained, unlike setuptool's easy_install. To install pip, simply run: ::