Skip to content

Installation

STMTools can be installed from PyPI:

pip install stmtools

or from the source:

git clone git@github.com:TUDelftGeodesy/stmtools.git
cd stmtools
pip install .

Note that Python version >=3.10 is required for STMTools.

Tips

We strongly recommend installing separately from your default Python environment. E.g. you can use environment manager e.g. mamba to create separate environment.