python-libnodave
python-libnodave copied to clipboard
A LIBNODAVE python wrapper arround the C lib
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