Command line¶
qip¶
Quarantine Installer for Python.
qip [OPTIONS] COMMAND [ARGS]...
Options
-
--version¶ Show the version and exit.
-
-v,--verbosity<verbosity>¶ Set the logging output verbosity.
Options: debug | info | warning | error
install¶
Install one or several packages.
Command example:
qip install [OPTIONS] REQUESTS...
Options
-
-o,--output-path<PATH>¶ Destination for the package installation data. Default is ‘<TEMPORARY_FOLDER>/qip/packages’
-
-d,--definition-path<PATH>¶ Destination for the Wiz definitions extracted. Default is ‘<TEMPORARY_FOLDER>/qip/definitions’
-
-u,--update¶ Include additional variants from existing Wiz definitions, using definitions previously exported in the same definitions output path.
-
-N,--no-dependencies¶ Install the specified package(s) without dependencies.
-
-f,--overwrite-installed,-s,--skip-installed¶ Indicate whether packages already installed should be overwritten or skipped. By default, a user confirmation will be required.
-
-e,--editable¶ Install a project in editable mode (i.e. setuptools “develop mode”) from a local project path or a VCS url.
-
-I,--ignore-registries¶ Ignore Wiz registries when determining whether a package should be skipped or updated.
-
-p,--python<TARGET>¶ Target a specific Python version via a Wiz request or a path to a Python executable.
Default: /home/docs/checkouts/readthedocs.org/user_builds/qip/envs/stable/bin/python
-
-R,--continue-on-error¶ Continue installation process when a package fails to install.
Arguments
-
REQUESTS¶ Required argument(s)