Skip to content

Commit

Permalink
Add quotes to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson authored Aug 23, 2024
1 parent 40243f0 commit 92e15dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ pip install pertpy
if you want to use scCODA or tascCODA, please install pertpy as follows:

```console
pip install pertpy[coda]
pip install 'pertpy[coda]'
```

If you want to use the differential gene expression interface, please install pertpy by running:

```console
pip install pertpy[de]
pip install 'pertpy[de]'
```

## Citation
Expand Down

0 comments on commit 92e15dd

Please sign in to comment.