Installation guideΒΆ

The latest release is availabe on pypi. You can install it by:

pip install pysptk

Note that you have to install numpy to build C-extensions.

If yout want the latest development version, run:

pip install git+https://github.com/r9y9/pysptk

or:

git clone https://github.com/r9y9/pysptk
cd pysptk
python setup.py develop # or install

This should resolve the package dependencies and install pysptk property.

Note

If you use the development version, you need cython installed to compile cython module(s).