Edgewall Software

Changes between Version 447 and Version 448 of TracInstall


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

Remove the installation step due to Trac-latest-*.zip being no longer uploaded

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v447 v448  
    135135`pip` supports numerous other install mechanisms. It can be passed the URL of an archive or other download location. Here are some examples:
    136136
    137 * Install the latest stable version from a zip archive:
    138 {{{#!sh
    139 $ pip install https://download.edgewall.org/trac/Trac-latest.zip
    140 }}}
    141137* Install the latest development version from a tar archive:
    142138{{{#!sh