Changes between Version 1 and Version 2 of Ticket #1220, comment 28


Ignore:
Timestamp:
2014-01-02T21:03:54Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1220, comment 28

    v1 v2  
    33-d, --download <dir>
    44
    5 Download packages into <dir> instead of installing
    6 them, regardless of what’s already installed.
     5 Download packages into <dir> instead of installing
     6 them, regardless of what’s already installed.
     7
    78--download-cache <dir>
    89
    9 Cache downloaded packages in <dir>.
     10 Cache downloaded packages in <dir>.
     11
    1012--src <dir>
    1113
    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”.
     14 Directory to check out editable projects into.
     15 The default in a virtualenv is “<venv path>/src”.
     16 The default for global installs is
     17 “<current dir>/src”.
     18
    1619-U, --upgrade
    1720
    18 Upgrade all packages to the newest available
    19 version. This process is recursive regardless of
    20 whether a dependency is already satisfied.
     21 Upgrade all packages to the newest available
     22 version. This process is recursive regardless of
     23 whether a dependency is already satisfied.
     24
    2125--force-reinstall
    2226
    23 When upgrading, reinstall all packages even if
    24 they are already up-to-date.
     27 When upgrading, reinstall all packages even if
     28 they are already up-to-date.
     29
    2530-I, --ignore-installed
    2631
    27 Ignore the installed packages (reinstalling
    28 instead).
     32 Ignore the installed packages (reinstalling
     33 instead).
     34
    2935--no-deps
    3036
    31 Don’t install package dependencies.
     37 Don’t install package dependencies.
     38
    3239--no-install
    3340
    34 Download and unpack all packages, but don’t
    35 actually install them.
     41 Download and unpack all packages, but don’t
     42 actually install them.
     43
    3644--no-download
    3745
    38 Don’t download any packages, just install the
    39 ones already downloaded (completes an install run
    40 with –no-install).
     46 Don’t download any packages, just install the
     47 ones already downloaded (completes an install run
     48 with –no-install).
    4149}}}
    4250