From 85c980e2fa5814b0b5e4ab3b14d95d2e3eaf1651 Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Fri, 10 Jul 2015 19:06:23 -0300 Subject: [PATCH] Note in install docs about pip being already included in python>=2.7.9 --- docs/intro/install.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index f1ab90db41e..246964d3fc4 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -14,7 +14,8 @@ The installation steps assume that you have the following things installed: * `Python`_ 2.7 * `pip`_ and `setuptools`_ Python packages. Nowadays `pip`_ requires and - installs `setuptools`_ if not installed. + installs `setuptools`_ if not installed. Python 2.7.9 and later include + `pip`_ by default, so you may have it already. * `lxml`_. Most Linux distributions ships prepackaged versions of lxml. Otherwise refer to http://lxml.de/installation.html @@ -58,7 +59,8 @@ Windows Be sure you download the architecture (win32 or amd64) that matches your system -* Install `pip`_ from https://pip.pypa.io/en/latest/installing.html +* *(Only required for Python<2.7.9)* Install `pip`_ from + https://pip.pypa.io/en/latest/installing.html Now open a Command prompt to check ``pip`` is installed correctly::