File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -239,14 +239,19 @@ creation according to their needs, the :class:`EnvBuilder` class.
239
239
There is also a module-level convenience function:
240
240
241
241
.. function :: create(env_dir, system_site_packages=False, clear=False, \
242
- symlinks=False, with_pip=False)
242
+ symlinks=False, with_pip=False, prompt=None )
243
243
244
244
Create an :class: `EnvBuilder ` with the given keyword arguments, and call its
245
245
:meth: `~EnvBuilder.create ` method with the *env_dir * argument.
246
246
247
+ .. versionadded :: 3.3
248
+
247
249
.. versionchanged :: 3.4
248
250
Added the ``with_pip `` parameter
249
251
252
+ .. versionchanged :: 3.6
253
+ Added the ``prompt `` parameter
254
+
250
255
An example of extending ``EnvBuilder ``
251
256
--------------------------------------
252
257
You can’t perform that action at this time.
0 commit comments