InstallationΒΆ
Prerequisites: Python 3.5 or later.
It is recommended to install the most recent stable release of tsaug from PyPI.
$ pip install tsaug
Alternatively, you could install from source code. This will give you the latest, but unstable, version of tsaug.
$ git clone https://github.com/arundo/tsaug.git
$ cd tsaug/
$ git checkout develop
$ pip install ./