]> granicus.if.org Git - python/commit
[2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795)
authorNicholas <nick.kobald@gmail.com>
Fri, 21 Jul 2017 06:29:44 +0000 (23:29 -0700)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 21 Jul 2017 06:29:44 +0000 (16:29 +1000)
commit82a77d38d6dc7df740e7b01b66aeff433730e9ca
treed3805a5fdd5c33425449c15310212153d2834d6c
parent80ebc438ed377f8c6491e8887425526c6787c0e7
[2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795)

Adds a new 'Pip not installed' section that covers
running `ensurepip` manually, and also references
the relevant section of the Python Packaging User
Guide.

(cherry picked from commit b3527bfefd7a0188d43a2d7515ac6addd97a8202)
Doc/installing/index.rst
Misc/ACKS