Versions Compared

Key

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

...

Note that if installing a VCS project in editable mode it must be in the form: vcs+protocol://repo_url/#egg=pkg&subdirectory=pkg_dir. (e.g git+http://git.example.com/MyProject#egg=MyProject). For more information please see refer to Pip Install VCS Support.

Install the project in editable mode

...

Maximum number of retries each connection should attempt. Leave zero to default to 5 times. [--retries]


Installation

Image RemovedImage Added

Build

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

...

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


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.

...

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]

...