Skip to content

Commit a175663

Browse files
authored
Update README.md
1 parent 2db1941 commit a175663

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,18 @@ conda config --add channels conda-forge
3333
```
3434

3535
### Option 1: Using Conda (Recommended)
36-
Install [RecMpox via Conda](https://anaconda.org/bioconda/recmpox):
36+
Standard install [RecMpox via Conda](https://anaconda.org/bioconda/recmpox):
3737
```bash
3838
conda create -n recmpox -c conda-forge -c bioconda recmpox -y
3939
conda activate recmpox
4040
```
4141

42+
OR, if the above fails:
43+
```bash
44+
conda create -y -n recmpox -c conda-forge -c bioconda recmpox python=3.11 --solver libmamba --strict-channel-priority
45+
conda activate recmpox
46+
```
47+
4248
### Option 2: From Source Code
4349
1. Create conda environment with required tools and install RecMpox
4450
```bash

0 commit comments

Comments
 (0)