Changes between Version 49 and Version 50 of TracWikiPrintPlugin


Ignore:
Timestamp:
Apr 25, 2020, 5:04:08 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

Fixup installation requirements.

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiPrintPlugin

    v49 v50  
    4040There are some '''dependencies''':
    4141
    42 * The beta version of [http://www.xhtml2pdf.com/ xhtml2pdf] seems to be required:
     42* [https://www.sejda.com/html-to-pdf xhtml2pdf]: HTML to PDF library.
     43* [pypi:Pillow]: Python imaging library.
     44* [http://pygments.org/ Pygments]: Python syntax highlighter. You need this for syntax highlighting in Trac too.
    4345{{{#!sh
    44 $ pip install -U xhtml2pdf==0.2b1
    45 }}}
    46 * ~~[http://www.pythonware.com/products/pil/ PIL] (Python Imaging Library): I'm not sure if this is a dependency of xhtml2pdf, but anyways, ''easy_install PIL'' should do the work.~~
    47  * PIL is not maintained anymore. Pillow is a maintained fork  `pip install Pillow`
    48 * [http://pygments.org/ Pygments]: Python syntax highlighter. You need this for syntax highlighting in Trac too.
     46$ pip install -U xhtml2pdf pillow pygyments
     47}}}
    4948
    5049To install the plugin: