Installation

The package is available in PyPI. The latest stable release can be installed using:

pip install tsdf

Installing the development version

The source code is available on GitHub.

If you have git installed, the latest version of tsdf can be installed by typing:

pip install 'tsdf @ git+https://github.com/biomarkersParkinson/tsdf.git'

Otherwise you can install it manually by following these steps:

  1. Download or clone the content from our repository.
  2. Browse to the folder you just downloaded (typically: cd tsdf/).
  3. Install using your package manager (typically: pip install .).

What now?

Now you can import functions from the tsdf Python package. See some examples in the usage section.