Lines Matching full:install
24 target Target directory to install virtual environment into.
46 --online Install packages from PyPI, if necessary.
47 --dir DIR Path to vendored packages where we may install from.
299 "Either install ensurepip, or alleviate the need for it in the "
312 "Either install pyexpat, or alleviate the need for it in the "
334 :param env_dir: The directory to create/install to.
343 Whether to install "pip" binaries or not.
553 "No suitable version found in, or failed to install from"
599 Use pip to install a package or package(s) as specified in @args.
611 "install",
626 def _make_version_constraint(info: Dict[str, str], install: bool) -> str:
633 :param install: True generates install constraints, False generates
636 if install and "installed" in info:
701 # install a suitable (possibly vendored) package.
722 raise Ouch("found no usable tomli, please install it")
755 raise Ouch("found no usable distlib, please install it")
791 help="Target directory to install virtual environment into.",
807 help="Install packages from PyPI, if necessary.",
813 help="Path to vendored packages where we may install from.",