Installation

Requirements

PyECDAR is written in python and requires Python version 2 to run. It includes PyPPL, some bindings for the PPL library.

Additionally, the following tools and library needs to be installed in order to use all the functionalities of PyECDAR:

Installation

  • Extract the package at a desired location
  • Compile PyPPL by running make into the pyppl/ directory
  • Install PyPPL to your system. Into the directory pyppl/ run:
    • sudo python ./setup.py install (if you want to install globally) or
    • python ./setup install –user (if you want to install locally)
  • Optionally, you can also install PyECDAR to your local system by running setup.py in pyecdar/ directory.