Skip to content

Commit d641c7a

Browse files
committed
fix conda install bug
1 parent 7f5455b commit d641c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can install genomepy via [bioconda](https://bioconda.github.io/), pip or git
5151
#### Bioconda
5252

5353
```bash
54-
$ conda install -c bioconda genomepy
54+
$ conda install -c conda-forge -c bioconda 'genomepy>=0.15'
5555
```
5656

5757
#### Pip

0 commit comments

Comments
 (0)