pip#

Pip-flavored installer.

Functions#

install(prefix, specs, args, *_[, workdir, ...])

Installs the pip dependencies in specs using a temporary pip requirements file.

install(prefix, specs, args, *_, workdir=None, requirements_sources=None, **kwargs)#

Installs the pip dependencies in specs using a temporary pip requirements file.

Parameters: