so it can be conveniently used along nupic.
It should be possible to install with:
python setup.py install
which will install content of nupic/audio/ and make it accessible from anywhere with:
python -c 'from nupic.audio.encoders.wave import WAVEncoder'
so it can be conveniently used along nupic.
It should be possible to install with:
python setup.py installwhich will install content of
nupic/audio/and make it accessible from anywhere with:python -c 'from nupic.audio.encoders.wave import WAVEncoder'