rez-pip#

Usage#

rez pip [-h] [--python-version VERSION] [--pip-version VERSION] [-i]
               [-r] [-p PATH] [-e ...] [-v]
               PACKAGE

description#

Install a pip-compatible python package, and its dependencies, as rez packages.

Options#

--python-version <version>#

python version (rez package) to use, default is latest. Note that the pip package(s) will be installed with a dependency on python-MAJOR.MINOR.

--pip-version <version>#

pip version (rez package) to use, default is latest. This option is deprecated and will be removed in the future.

-i, --install#

install the package

-r, --release#

install as released package; if not set, package is installed locally only

-p, --prefix <path>#

install to a custom package repository path.

-e, --extra#

extra args passthrough to pip install (overrides pre-configured args if specified)

-v, --verbose#

verbose mode, repeat for more verbosity