From 011224a27f1bf58950bf884df5f3bbb060315e0b Mon Sep 17 00:00:00 2001 From: Aaron Meyer Date: Thu, 3 Sep 2026 15:06:47 -0700 Subject: [PATCH] Update README install instructions for PyPI Lead the Install section with pip/uv install from PyPI now that vsparse is published, keeping the git-install steps as a secondary from-source option. Co-Authored-By: Claude Sonnet 5 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abcbfd..8e06fad 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,15 @@ matrices, e.g. single-cell RNA-seq counts. ## Install -Install from source or via package manager: +Install from PyPI: + +```sh +pip install vsparse +# or with uv +uv add vsparse +``` + +From source: ```sh pip install git+https://github.com/meyer-lab/vsparse.git