From 3dc18042c3a9c2e5ba0b9d3b0acb524d001f799d Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 18 Feb 2026 08:24:56 +0000 Subject: [PATCH] Add uv installation instructions to README Co-authored-by: Kozo Nishida --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e92378..ab7cc01 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,13 @@ Installation $ pip install scopyon ``` -or +With `uv`: + +```shell-session +$ uv pip install scopyon +``` + +Or install from source: ```shell-session $ python setup.py test install