Changes between Version 51 and Version 52 of TracWikiPrintPlugin


Ignore:
Timestamp:
Apr 29, 2020, 2:14:16 AM (4 years ago)
Author:
Ryan J Ollos
Comment:

Dependencies are specified in setup.py and implicitly installed.

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiPrintPlugin

    v51 v52  
    3838== Installation
    3939
    40 There are some '''dependencies''':
    41 
    42 * [https://www.sejda.com/html-to-pdf xhtml2pdf]: HTML to PDF library.
    43 * [pypi:Pillow]: Python imaging library.
     40Pygments is optional and provides syntax highlighting:
     41
    4442* [http://pygments.org/ Pygments]: Python syntax highlighter. You need this for syntax highlighting in Trac too.
    45 {{{#!sh
    46 $ pip install -U xhtml2pdf pillow pygments
    47 }}}
    4843
    4944To install the plugin: