withPip
Method
interface PythonAppResource { // ... omitted for brevity withPip( install?: boolean, installArgs?: string[]): PythonAppResource;}Signature
method
withPip builder Configures the Python resource to use pip as the package manager and optionally installs packages before the application starts.
withPip( install?: boolean, installArgs?: string[]): PythonAppResourceParameters
install boolean optional = True installArgs string[] optional Returns
PythonAppResource Applies to
This method applies to the following types: