From 3ca8204f70a7821277a441b2c2e7d60e3589ecf1 Mon Sep 17 00:00:00 2001 From: Felix Seifert Date: Fri, 23 Jan 2026 23:08:32 +0100 Subject: [PATCH] docs: installation instruction for `uv` --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ace3c48..6e25dbc 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ To install via [pipx](https://pipx.pypa.io/stable/) run: pipx install stack-pr ``` +### Installation with `uv` + +To install via [uv](https://docs.astral.sh/uv/) run: + +```bash +uv tool install stack-pr +``` + ### Manual installation from source Manually, you can clone the repository and run the following command: