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