Download and install the package#

Download the .whl file from the “Assets” drop-down item of the latest release.

Install the cassis_lte_python package:

uv pip install cassis_lte_python-*-py3-none-any.whl

Where * replaces a number of characters representing the version.

NB: the above commands assume the whl file is in the current directory, otherwise use the appropriate path to this file)

If you plan on using jupyter notebook, install the package with the notebook option :

uv pip install "cassis_lte_python-*-py3-none-any.whl[notebook]"