Edgewall Software

Changes between Version 359 and Version 360 of TracInstall


Ignore:
Timestamp:
Dec 7, 2012, 10:04:09 AM (11 years ago)
Author:
Thijs Triemstra
Comment:

remove statement about 1.0 not being available yet

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v359 v360  
    129129=== Using `easy_install`
    130130One way to install Trac is using [http://pypi.python.org/pypi/setuptools setuptools].
    131 With setuptools you can install Trac from the subversion repository;
     131With setuptools you can install Trac from the Subversion repository;
    132132
    133133A few examples:
    134134
    135  - install Trac 1.0:
     135 - Install Trac 1.0:
    136136   {{{
    137137   easy_install Trac==1.0
    138138   }}}
    139    (NOT YET ENABLED)
    140  - install latest development version 1.0dev:
     139 - Install latest development version:
    141140   {{{
    142141   easy_install Trac==dev