Edgewall Software

Changes between Version 4 and Version 5 of 1.5/TracInstall


Ignore:
Timestamp:
Sep 27, 2021, 12:40:13 PM (3 years ago)
Author:
Jun Omae
Comment:

Merge TracInstall@448 (diff)

Legend:

Unmodified
Added
Removed
Modified
  • 1.5/TracInstall

    v4 v5  
    129129`pip` supports numerous other install mechanisms. It can be passed the URL of an archive or other download location. Here are some examples:
    130130
    131 * Install the latest stable version from a zip archive:
    132 {{{#!sh
    133 $ pip install https://download.edgewall.org/trac/Trac-latest.zip
    134 }}}
    135131* Install the latest development version from a tar archive:
    136132{{{#!sh