Skip to content

Commit b2da7ac

Browse files
author
Kenneth Reitz
committed
installation
1 parent 94b9256 commit b2da7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ Prerequisites:
102102
Step 1: Install Distribute & Pip
103103
--------------------------------
104104

105-
**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.
105+
**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.
106106

107107
To install it, run the python script available here:
108108
<http://python-distribute.org/distribute_setup.py>
109109

110110
Make sure that ```C:\Python27\```, and ```C:\Python27\Scripts``` are in your PATH.
111111

112-
**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.
112+
**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.
113113

114114
To install pip, simply run: ::
115115

0 commit comments

Comments
 (0)