Getting started
In the following, instructions for installing and using the tssm package on Windows are given. The installation instructions for installing and using tssm on Linux/macOS systems are however quite similar and can be, hopefully easily, derived from the instructions below.
tssm installation
You can also directly install tssm package from PyPi with the following command:
pip install tssm
Alternatively, download or clone a local copy of the repository to your computer:
git clone https://git.fh-aachen.de/tb5152e/tssm
And afterwards install (in the folder where the setup.py is located) as editable using:
pip install -e .
or install directly via python as
python setup.py install