Skip to content

Commit

Permalink
Include conda-forge in the channels in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Jun 11, 2020
1 parent cd8a2b4 commit e01d696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Conda is used to install a specific version of python and [poetry](https://githu
). Then run:

```
conda create -n pyfgaws -c bioconda --file conda-requirements.txt
conda create -n pyfgaws -c conda-forge -c bioconda --file conda-requirements.txt
```

Then activate the new environment and install the toolkit:
Expand Down

0 comments on commit e01d696

Please sign in to comment.