Installation

Installation#

Tszip can be installed using the standard pip and conda distribution methods.

For pip users, run:

python3 -m pip install tszip

For conda users, tszip is distributed using the conda-forge channel. To install, either ensure that conda-forge is listed in your default channels and run:

conda install tszip

or explicitly install from conda-forge:

conda install -c conda-forge tszip