Changes between Initial Version and Version 1 of Ticket #1220, comment 28
- Timestamp:
- 2013-08-31T12:16:15Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1220, comment 28
initial v1 3 3 -d, --download <dir> 4 4 5 Download packages into <dir> instead of installing them, regardless of what’s already installed. 5 Download packages into <dir> instead of installing 6 them, regardless of what’s already installed. 6 7 --download-cache <dir> 7 8 … … 9 10 --src <dir> 10 11 11 Directory to check out editable projects into. The default in a virtualenv is “<venv path>/src”. The default for global installs is “<current dir>/src”. 12 Directory to check out editable projects into. 13 The default in a virtualenv is “<venv path>/src”. 14 The default for global installs is 15 “<current dir>/src”. 12 16 -U, --upgrade 13 17 14 Upgrade all packages to the newest available version. This process is recursive regardless of whether a dependency is already satisfied. 18 Upgrade all packages to the newest available 19 version. This process is recursive regardless of 20 whether a dependency is already satisfied. 15 21 --force-reinstall 16 22 17 When upgrading, reinstall all packages even if they are already up-to-date. 23 When upgrading, reinstall all packages even if 24 they are already up-to-date. 18 25 -I, --ignore-installed 19 26 20 Ignore the installed packages (reinstalling instead). 27 Ignore the installed packages (reinstalling 28 instead). 21 29 --no-deps 22 30 … … 24 32 --no-install 25 33 26 Download and unpack all packages, but don’t actually install them. 34 Download and unpack all packages, but don’t 35 actually install them. 27 36 --no-download 28 37 29 Don’t download any packages, just install the ones already downloaded (completes an install run with –no-install). 38 Don’t download any packages, just install the 39 ones already downloaded (completes an install run 40 with –no-install). 30 41 }}} 31 42