withPip
Function
interface UvicornAppResource { // ... omitted for brevity withPip( install?: boolean, installArgs?: string[]): PythonAppResource;}Signature
method
withPip builder Configures pip package installation for a Python application
withPip( install?: boolean, installArgs?: string[]): PythonAppResourceParameters
install boolean optional = True installArgs string[] optional Returns
PythonAppResource Applies to
This function is an extension method on the following types: