File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ The installation steps assume that you have the following things installed:
14
14
* `Python `_ 2.7
15
15
16
16
* `pip `_ and `setuptools `_ Python packages. Nowadays `pip `_ requires and
17
- installs `setuptools `_ if not installed.
17
+ installs `setuptools `_ if not installed. Python 2.7.9 and later include
18
+ `pip `_ by default, so you may have it already.
18
19
19
20
* `lxml `_. Most Linux distributions ships prepackaged versions of lxml.
20
21
Otherwise refer to http://lxml.de/installation.html
@@ -58,7 +59,8 @@ Windows
58
59
59
60
Be sure you download the architecture (win32 or amd64) that matches your system
60
61
61
- * Install `pip `_ from https://pip.pypa.io/en/latest/installing.html
62
+ * *(Only required for Python<2.7.9) * Install `pip `_ from
63
+ https://pip.pypa.io/en/latest/installing.html
62
64
63
65
Now open a Command prompt to check ``pip `` is installed correctly::
64
66
You can’t perform that action at this time.
0 commit comments