Skip to content

Commit 5514242

Browse files
committed
list ensurepip as a stdlib project
1 parent d560f83 commit 5514242

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/projects.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,20 @@ deployment of Python applications as simple as ``cp``.
285285
Standard Library Projects
286286
#########################
287287

288+
.. _ensurepip:
289+
290+
ensurepip
291+
=========
292+
293+
`Docs <https://docs.python.org/3/library/ensurepip.html>`__ |
294+
`Issues <http://bugs.python.org>`__
295+
296+
A package in the Python Standard Library that provides support for bootstrapping
297+
:ref:`pip` into an existing Python installation or virtual environment. In most
298+
cases, end users won't use this module, but rather it will be used during the
299+
build of the Python distribution.
300+
301+
288302
.. _distutils:
289303

290304
distutils

0 commit comments

Comments
 (0)