Installation

PyPI

PyTSMod is hosted on PyPI. To install, run the following command in your Python environment:

$ pip install pytsmod

Build with Poetry

To build the package manually from the release archive or repo, Poetry is needed. After install Poetry, build wheel file with the following command:

$ poetry build

After build the package, you can install through pip:

$ pip install dist/NAME_OF_PACKAGE.whl

Requirements

To use PyTSMod, Python with version >= 3.6 and following packages are required.

  • Numpy (>=1.16.0)
  • Scipy (>=1.0.0)
  • libROSA (>=0.8.0)
  • soundfile (>=0.10.0)