Changes between Version 18 and Version 19 of ExcelDownloadPlugin


Ignore:
Timestamp:
Jan 13, 2021, 9:59:23 AM (3 years ago)
Author:
Jun Omae
Comment:

Use pip to install libraries

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v18 v19  
    4242    a. If you want Excel 2007 format (*.xlsx), install pypi:openpyxl<3.0 and pypi:lxml:
    4343 {{{#!sh
    44 $ easy_install 'openpyxl<3.0' lxml
    45 # or
    4644$ pip install 'openpyxl<3.0' lxml
    4745}}}
    4846    b. If you want Excel 2003 format (*.xls), install pypi:xlwt:
    4947 {{{#!sh
    50 $ easy_install xlwt
    51 # or
    5248$ pip install xlwt
    5349}}}
    5450       - You could install pypi:xlwt/0.7.5 for Python 2.4 or 2.5.
    5551 {{{#!sh
    56 $ easy_install xlwt==0.7.5
    57 # or
    5852$ pip install xlwt==0.7.5
    5953}}}
     
    6155    a. For Trac 1.0 and later:
    6256       {{{#!sh
    63 $ easy_install https://trac-hacks.org/svn/exceldownloadplugin/1.0
     57$ pip install svn+https://trac-hacks.org/svn/exceldownloadplugin/1.0
    6458}}}
    6559    b. For Trac 0.12.x:
    6660      {{{#!sh
    67 $ easy_install https://trac-hacks.org/svn/exceldownloadplugin/0.12
     61$ pip install svn+https://trac-hacks.org/svn/exceldownloadplugin/0.12
    6862}}}
    6963 1. Enable the plugin in your `trac.ini` file: