File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,8 @@ creation according to their needs, the :class:`EnvBuilder` class.
249
249
There is also a module-level convenience function:
250
250
251
251
.. function :: create(env_dir, system_site_packages=False, clear=False, \
252
- symlinks=False, with_pip=False, prompt=None)
252
+ symlinks=False, with_pip=False, prompt=None, \
253
+ upgrade_deps=False)
253
254
254
255
Create an :class: `EnvBuilder ` with the given keyword arguments, and call its
255
256
:meth: `~EnvBuilder.create ` method with the *env_dir * argument.
@@ -262,6 +263,9 @@ There is also a module-level convenience function:
262
263
.. versionchanged :: 3.6
263
264
Added the ``prompt `` parameter
264
265
266
+ .. versionchanged :: 3.9
267
+ Added the ``upgrade_deps `` parameter
268
+
265
269
An example of extending ``EnvBuilder ``
266
270
--------------------------------------
267
271
You can’t perform that action at this time.
0 commit comments