Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 671 Bytes

README.md

File metadata and controls

45 lines (24 loc) · 671 Bytes

Description

This driver is a Python wrapper of the peak-linux-driver (in C) for Linux.

External dependencies

  • swig

    • sudo apt-get install swig
  • peak-linux-driver-7.X and peak-linux-driver-8-X

  • gcc

  • python-2.7

Library compilation

make

Library installation

sudo make install

By default the module will be installed in /usr/lib

PATH settings

Add /usr/lib to the PYTHONPATH in order to find the module.

Example: export PYTHONPATH=/usr/lib:$PYTHONPATH