PythonPyPiLibrary
Properties
Name
Type
Description
Notes
package
String
The name of the PyPI package to install. An optional exact version specification is also supported. Examples: simplejson
and simplejson==3.8.0
. This field is required.
repo
Option<String>
The repository where the package can be found. If not specified, the default pip index is used.
[optional]
Last updated