Installation¶
mltsa targets Python 3.10 and newer.
Base install¶
For local development inside this repository:
pip install -e .
For a test-ready environment:
pip install -e ".[test]"
MD extras¶
The MD workflow relies on optional dependencies such as mdtraj and
matplotlib.
pip install -e ".[test,md]"
Notes¶
scikit-learnandtorchare regular package dependencies.mdtrajcan require platform-specific binary wheels or local build tools.The package CLI is available through
mltsaandmltsa-mdafter installation.