Skip to content

Commit 5a2e5c2

Browse files
committed
add testPyPI installation
1 parent e746dbf commit 5a2e5c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Single-cell RNA sequencing (scRNA-seq) maps gene expression heterogeneity within
1717
Please make sure to install the following packages **before installing sciRED**:
1818
numpy, pandas, scanpy, statsmodels, seaborn, [umap-learn](https://pypi.org/project/umap-learn/), matplotlib, scikit-learn, scipy, xgboost, scikit-image, [diptest==0.2.0](https://pypi.org/project/diptest/0.2.0/)
1919

20+
sciRED package can be installed using PyPI:
21+
22+
```bash
23+
pip install -i https://test.pypi.org/simple/ sciRED
24+
```
25+
2026

2127
## Tutorial
2228

0 commit comments

Comments
 (0)