From f34d946775c27fa88f854b0a8bba0f5e1a51d8dc Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Fri, 15 Mar 2024 15:44:31 -0700 Subject: [PATCH] Fix package to install in the interop section --- chapters/interop.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/interop.qmd b/chapters/interop.qmd index 2fb0697..bccf56d 100644 --- a/chapters/interop.qmd +++ b/chapters/interop.qmd @@ -8,10 +8,10 @@ What sets `rds2py` apart from other similar parsers is its capability to read ** ## Installation -To get started, install the package from [PyPI](https://pypi.org/project/multiassayexperiment/) +To get started, install the package from [PyPI](https://pypi.org/project/rds2py/) ```bash -pip install multiassayexperiment +pip install rds2py ``` ## Reading RDS objects