Skip to content

Commit

Permalink
Fix package to install in the interop section
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Mar 15, 2024
1 parent 8cecd78 commit f34d946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/interop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f34d946

Please sign in to comment.