Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnmbn00 authored Feb 26, 2019
1 parent 1ee5bc2 commit 25e319d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,13 @@ conda activate fungap

### 1.4. Add channels

**This step is important otherwise Maker will stop**

```
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --remove channels bioconda
conda config --remove channels conda-forge
conda config --add channels bioconda/label/cf201901
conda config --add channels conda-forge/label/cf201901
```

### 1.5. Install dependencies
Expand Down

0 comments on commit 25e319d

Please sign in to comment.