We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77643c4 commit 264e034Copy full SHA for 264e034
Doc/library/venv.rst
@@ -191,6 +191,14 @@ creation according to their needs, the :class:`EnvBuilder` class.
191
Installs activation scripts appropriate to the platform into the virtual
192
environment.
193
194
+ .. method:: upgrade_dependencies(context)
195
+
196
+ Upgrades the core venv dependency packages (currently ``pip`` and
197
+ ``setuptools``) in the environment. This is done by shelling out to the
198
+ ``pip`` executable in the environment.
199
200
+ .. versionadded:: 3.8
201
202
.. method:: post_setup(context)
203
204
A placeholder method which can be overridden in third party
0 commit comments