Skip to content

Commit a0392af

Browse files
author
Kevin D Smith
committed
Add note about easy_install
1 parent 8fc6a9e commit a0392af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ To access the CAS REST interface only, you can use the pure Python code
4242
which runs in Python 2.7/3.4+. While not as fast as the binary protocol,
4343
the pure Python interface is more portable.
4444

45+
If you do not have ``pip`` installed, you can use ``easy_install pip`` to add
46+
it to your current Python installation.
47+
4548
Linux Library Dependencies
4649
==========================
4750

doc/source/install.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ that you install the `Anaconda Python distribution <https://www.continuum.io/dow
2929
from Continuum Analytics. This distribution includes dozens of commonly used Python
3030
packages, and can even be installed without administrator privileges.
3131

32+
If you do not have ``pip`` installed, you can use ``easy_install pip`` to add
33+
it to your current Python installation.
34+
3235

3336
Linux Library Dependencies
3437
--------------------------

0 commit comments

Comments
 (0)