Edgewall Software

Changes between Version 8 and Version 9 of TracPlugins


Ignore:
Timestamp:
Sep 25, 2005, 2:47:08 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Cleanup section about ontaining and installing setuptools

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v8 v9  
    55== Requirements ==
    66
    7 To use plugins in Trac, you need to have [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version 0.5a13 installed.
     7To use plugins in Trac, you need to have [http://peak.telecommunity.com/DevCenter/setuptools setuptools] (version 0.5 or 0.6) installed.
    88
    99To install `setuptools`, download the bootstrap module [http://peak.telecommunity.com/dist/ez_setup.py ez_setup.py] and execute it as follows:
    1010{{{
    11 $ python ez_setup.py setuptools==0.5a13
     11$ python ez_setup.py
    1212}}}
    1313
    14 '''Please note that Trac 0.9b1 does not work with setuptools version 0.6.'''
    15 
    16   ''Support for setuptools 0.6 has been added in r2247, and will be available starting with Trac 0.9b2''
    17 
    18 If the `ez_setup.py` script fails to install the `0.5a13` release, you can download it from [http://www.python.org/pypi/setuptools/0.5a13 here] and install it manually.
     14If the `ez_setup.py` script fails to install the setuptools release, you can download it from [http://www.python.org/pypi/setuptools PyPI] and install it manually.
    1915
    2016== Installing a Trac Plugin ==