PythonAppResource.withPip
Method
interface PythonAppResource { // ... omitted for brevity withPip( install?: boolean, installArgs?: string[]): PythonAppResource;}Signature
method
withPipbuilderConfigures the Python resource to use pip as the package manager and optionally installs packages before the application starts.
withPip( install?: boolean, installArgs?: string[]): PythonAppResourceParameters
installbooleanoptional= TrueinstallArgsstring[]optionalReturns
PythonAppResourceDefined on
This method is defined on the following type: