Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 281 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 281 Bytes

Python interface to the libnodave C lib

How to install

Compile and install the libnodave c libs

git clone git://github.com/netdata/libnodave.git 
cd libnodave
make
sudo make install

Install the python wrapper to your system

python setup.py install