Skip to content

Commit

Permalink
Extend conda section (#427)
Browse files Browse the repository at this point in the history
* Extend conda section
I added additional information about the conda install. It is important to setup channels correctly in advance to be able to use the conda install command. An alternative is to add channels together with the install command using `-c`.
  • Loading branch information
druvus authored and luizirber committed Feb 27, 2018
1 parent 98e503b commit a5c60c7
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 @@ -52,7 +52,7 @@ these.

### Installation with conda

You can also use conda:
Bioconda is a channel for the [conda](http://conda.pydata.org/docs/intro.html) package manager with a focus on bioinformatics software. After installing conda you will need to add the bioconda channel as well as the [other channels](https://bioconda.github.io/index.html#set-up-channels) bioconda depends on. Once you have setup bioconda, you can install sourmash by running:

```bash
$ conda create -n sourmash_env sourmash python=3.6.4
Expand Down

0 comments on commit a5c60c7

Please sign in to comment.