Skip to content

Installation

Requirements

  • Python 3.10 or later

From PyPI

pip install lst-tools

From Source

Clone the repository and install in editable mode:

1
2
3
git clone https://github.com/uahypersonics/lst-tools.git
cd lst-tools
pip install -e .

Development Installation

For development, install with the dev extras:

pip install -e ".[dev]"

This includes:

Verify Installation

import lst_tools
print(lst_tools.__version__)

Or from the command line:

lst-tools --version