Coastline

Installation

Requirements

Install with pip

pip install coastline

Install with uv

uv add coastline

Verify Installation

After installation, verify that Coastline is installed correctly:

python -c "import coastline; print(coastline.__version__)"

Dependencies

Coastline depends on:

These are installed automatically with Coastline.

Next Steps

Proceed to the Quick Start guide to learn how to use Coastline.