Install mergeway-python
Install mergeway-python with uv
mergeway-python requires mergeway-cli to be available on PATH.
If you have not installed the CLI yet, follow the official guide first!
Install with uv
If you are adding mergeway-python to a project, install the published package
with:
uv add mergeway
If you are working from a local checkout and want an editable install, run:
uv sync
After installation, continue to the getting started guide.