Skip to content

Commit b84bf3f

Browse files
committed
replace pypi test installation with pypi
1 parent 9f8baa1 commit b84bf3f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ Please make sure to install the following packages **before installing sciRED**:
3131
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/)
3232

3333

34-
sciRED package can be installed using PyPI:
35-
34+
The sciRED package is available for installation via PyPI. Please ensure you install the most up-to-date version.
3635
```bash
37-
pip install -i https://test.pypi.org/simple/ sciRED
36+
pip install sciRED
3837
```
3938

4039
**Common issues**\

0 commit comments

Comments
 (0)