- Python3.6
- nanomsg
- MySQL
$ virtualenv -p path/to/python3.5 .env
$ . .env/bin/activate
(.env) $
$ python setup.py develop
or
$ pip install -e git://github.com/nanomsg/nnpy.git#egg=nnpy
$ pip install -e git://github.com/graphite-project/whisper.git@b783ab3f577f3f60db607adda241e29b7242bcf4#egg=whisper-0.10.0rc1
$ pip install -e '.[test]'
$ crcr run
$ tox -e sphinx
$ npm install
$ npm run build
watch changes & rebuild
$ npm run watch
see doc/README.md .
Copyright 2018 Kyushu University