pip#

Pip 风格的安装程序。

函数#

_pip_install_via_requirements(prefix, specs, args, *_, ...)

使用临时的 pip requirements 文件安装 specs 中的 pip 依赖项。

install(*args, **kwargs)

_pip_install_via_requirements(prefix, specs, args, *_, **kwargs)#

使用临时的 pip requirements 文件安装 specs 中的 pip 依赖项。

参数:
install(*args, **kwargs)#