Changes between Version 4 and Version 5 of ExcelDownloadPlugin

Show
Ignore:
Author:
jun66j5 (IP: 0.0.0.0)
Timestamp:
10/04/12 12:34:50 (8 months ago)
Comment:

Add highlight

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v4 v5  
    3434 1. Install `xlwt` library 
    3535{{{ 
     36#!sh 
    3637$ easy_install xlwt 
    37 Or 
     38}}} 
     39    Or 
     40{{{ 
     41#!sh 
    3842$ pip install xlwt 
    3943}}} 
    4044 2. Install the plugin 
    4145{{{ 
     46#!sh 
    4247$ easy_install http://trac-hacks.org/svn/exceldownloadplugin/0.12 
    4348}}} 
    4449 3. Enable the plugin 
    4550{{{ 
    46 # conf/trac.ini 
     51#!ini 
     52; conf/trac.ini 
    4753[components] 
    4854tracexceldownload.* = enabled