We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d560f83 commit 5514242Copy full SHA for 5514242
source/projects.rst
@@ -285,6 +285,20 @@ deployment of Python applications as simple as ``cp``.
285
Standard Library Projects
286
#########################
287
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
302
.. _distutils:
303
304
distutils
0 commit comments