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 .
>>> qip install /path/to/foo/
>>> qip install foo
>>> qip install foo bar
>>> qip install “foo==0.1.0”
>>> qip install “foo >= 7, < 8”
>>> qip install “git@gitlab:rnd/foo.git”
>>> qip install “git@gitlab:rnd/foo.git@0.1.0
>>> qip install “git@gitlab:rnd/foo.git@dev
>>> qip install foo -p “python==3.6.*”
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/latest/bin/python
-R, --continue-on-error

Continue installation process when a package fails to install.

Arguments

REQUESTS

Required argument(s)