]> granicus.if.org Git - python/commit
bpo-30964: Mention ensurepip in package installation docs (GH-2786)
authorNicholas <nick.kobald@gmail.com>
Fri, 21 Jul 2017 03:51:54 +0000 (20:51 -0700)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 21 Jul 2017 03:51:54 +0000 (13:51 +1000)
commitb3527bfefd7a0188d43a2d7515ac6addd97a8202
treedcb43aaf0ecfe322853a508e327a4e893f8d6efe
parent287c5594edc1ca08db64d1f4739cc36bfe75ae75
bpo-30964: Mention ensurepip in package installation docs (GH-2786)

Adds a new 'Pip not installed' section that covers
running `ensurepip` manually, and also references
the relevant section of the Python Packaging User
Guide.
Doc/installing/index.rst
Misc/ACKS