Installation
Requirements
uv-ship is a CLI tool that aims to add repository interfacing functionality to uv. The minimum requirements are therefore:
- uv 0.7.0 or later on your
PATH - a python project that is managed with uv
- a Git repository
Standalone CLI installation
It is recommended to install uv-ship as a standalone uv tool, where it can run in a dedicated environment:
You can update to the latest version via:
Usage as a project dependency
Alternatively you can add uv-ship as a dependency to your project as long at it runs python 3.10+.