.. _rez-pip: ======= rez-pip ======= .. program:: rez-pip Usage ===== .. code-block:: text rez pip [-h] [--python-version VERSION] [-i] [-r] [-p PATH] [-e ...] [-v] PACKAGE description =========== Install a pip-compatible python package, and its dependencies, as rez packages. Options ======= .. option:: --python-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. .. option:: -i, --install install the package .. option:: -r, --release install as released package; if not set, package is installed locally only .. option:: -p, --prefix install to a custom package repository path. .. option:: -e, --extra extra args passthrough to pip install (overrides pre-configured args if specified) .. option:: -v, --verbose verbose mode, repeat for more verbosity