Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If this is ticked, pip will also find pre-release and development versions. By default, pip only finds stable versions. [--pre]


Installation

Image RemovedImage Added

Build

Directory to unpack packages into and build in. [--build]

...

If this is ticked, build directories are not cleaned. [--no-clean]


Package Index

Image RemovedImage Added

No Index

If this is ticked, the package index is ignored. Only look at find links URLs instead.

...

The base URL of Python Package Index. Default is https://pypi.org/simple. This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format. [--index-url]

Extra Index

...

URLs

Visible only if the checkbox 'No Index' is NOT ticked.

...

The amount of information detail to display in the build log. [-qqq | -qq | -q | -v]

Log File

The path to a verbose appending log file. [--log]

...

If this is ticked, the cache is disabled. [--no-cache-dir]

Cache Directory

Visible only if the checkbox 'Disable the cache' is NOT ticked.

The path to a directory to store the cache data. [--cache-dir]

...