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


Ignore:
Timestamp:
2013-08-31T12:16:15Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1220, comment 28

    initial v1  
    33-d, --download <dir>
    44
    5 Download packages into <dir> instead of installing them, regardless of what’s already installed.
     5Download packages into <dir> instead of installing
     6them, regardless of what’s already installed.
    67--download-cache <dir>
    78
     
    910--src <dir>
    1011
    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”.
     12Directory to check out editable projects into.
     13The default in a virtualenv is “<venv path>/src”.
     14The default for global installs is
     15“<current dir>/src”.
    1216-U, --upgrade
    1317
    14 Upgrade all packages to the newest available version. This process is recursive regardless of whether a dependency is already satisfied.
     18Upgrade all packages to the newest available
     19version. This process is recursive regardless of
     20whether a dependency is already satisfied.
    1521--force-reinstall
    1622
    17 When upgrading, reinstall all packages even if they are already up-to-date.
     23When upgrading, reinstall all packages even if
     24they are already up-to-date.
    1825-I, --ignore-installed
    1926
    20 Ignore the installed packages (reinstalling instead).
     27Ignore the installed packages (reinstalling
     28instead).
    2129--no-deps
    2230
     
    2432--no-install
    2533
    26 Download and unpack all packages, but don’t actually install them.
     34Download and unpack all packages, but don’t
     35actually install them.
    2736--no-download
    2837
    29 Don’t download any packages, just install the ones already downloaded (completes an install run with –no-install).
     38Don’t download any packages, just install the
     39ones already downloaded (completes an install run
     40with –no-install).
    3041}}}
    3142