pip install coastline
uv add coastline
After installation, verify that Coastline is installed correctly:
python -c "import coastline; print(coastline.__version__)"
Coastline depends on:
These are installed automatically with Coastline.
Proceed to the Quick Start guide to learn how to use Coastline.