Edgewall Software

Changes between Version 16 and Version 17 of TracDev/FunctionalTests


Ignore:
Timestamp:
Jan 11, 2016, 6:55:44 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Suggest using pip rather than easy_install.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/FunctionalTests

    v16 v17  
    1515 * [http://lxml.de/validation.html lxml] — used for XHTML validation
    1616
    17 Those packages can be installed with `easy_install`:
     17Those packages can be installed with `pip`:
    1818{{{#!sh
    19 easy_install twill
    20 easy_install lxml
     19pip install twill
     20pip install lxml
    2121}}}
    2222
     
    3333The usual install method will work:
    3434{{{#!sh
    35 easy_install fcrypt
     35pip install fcrypt
    3636}}}
    3737