Currently, the only platform supported by the PyPI package is Linux with a CPU that supports AVX-512.
pip install watersnake
>>> import watersnake
>>> aligner = watersnake.Aligner()
>>> aligner.align("ACTG", "ACTG")
'4M'
Watersnake uses pixi for managing the build environment and tasks.
$ cd watersnake/
$ pixi run twine-check