Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaub95 committed Jul 24, 2024
1 parent e5e4809 commit 22c751f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ sc.tl.leiden(adata, resolution=0.5)
You need to have Python 3.10 or newer installed on your system. If you don't have
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge) or [Miniconda](https://docs.anaconda.com/miniconda/miniconda-install/).

There are several alternative options to install nichepca:
To create a new conda environment with Python 3.10:

```bash
conda create -n npc-env python=3.10 -y
conda activate npc-env
```

There are several options to install nichepca:

<!--
1) Install the latest release of `nichepca` from [PyPI][link-pypi]:
Expand Down

0 comments on commit 22c751f

Please sign in to comment.