Changes between Version 4 and Version 5 of HowTo/SetupGENILIB


Ignore:
Timestamp:
08/01/14 09:22:50 (10 years ago)
Author:
xliu@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/SetupGENILIB

    v4 v5  
    5050== Download Dependencies and Configure PYTHONPATH ==
    5151
    52 In the system that has been tested, a python package lxml is needed for geni-lib.
     52In the system that has been tested, a python package lxml is needed for geni-lib, and you may need to install m2crypto module as well.
    5353
    54  * Install lxml python packages
     54 * Install lxml, m2crypto python packages
    5555 
    56  If you are using !MacPort, install lxml using
     56 If you are using !MacPort, you can use
    5757 {{{
    5858 $ sudo port install py27-lxml
     59 $ sudo port install py27-m2crypto
    5960 }}}
    6061