Skip to content

Commit 67c018a

Browse files
authored
install using conda
1 parent 88a1476 commit 67c018a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ conda activate gsMap
3333
pip install gsMap
3434
```
3535

36+
Install using conda:
37+
38+
```bash
39+
conda create -n gsMap python>=3.10
40+
conda activate gsMap
41+
conda install bioconda::gsmap
42+
```
43+
3644
Install from source:
3745

3846
```bash

0 commit comments

Comments
 (0)