From 954a0c0b6713392e227b641eb9d99ac46cfac3ca Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Mon, 27 May 2024 19:04:04 -0700 Subject: [PATCH] docs: Add installation to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2769cea..44d1501 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ To enable discovery, each dataset is decorated with metadata such as the study t **Also check out the R version of this library [here@scRNAseq](https://bioconductor.org/packages/devel/data/experiment/html/scRNAseq.html) published to Bioconductor.** +## Installation + +package is published to [PyPI](https://pypi.org/project/scrnaseq/), + +```shell +pip install scrnaseq +``` + ## Find Datasets The `list_datasets()` function will display all available datasets along with their metadata. This can be used to discover interesting datasets for further analysis.