Skip to content

Commit

Permalink
Updated README: added conda-forge, bioconda, and bump Python version …
Browse files Browse the repository at this point in the history
…to 3.7 (#677)

* Added "conda-forge" and "bioconda" to the conda create
* Changed Python version from 3.6.4 to 3.7
  • Loading branch information
dsouzadaniel authored and luizirber committed May 21, 2019
1 parent 0ce8cda commit ab0279a
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 @@ -63,7 +63,7 @@ For `search` and `gather` you also need `khmer` version 2.1+.
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
$ conda create -n sourmash_env -c conda-forge -c bioconda sourmash python=3.7
$ source activate sourmash_env
$ sourmash compute -h
```
Expand Down

0 comments on commit ab0279a

Please sign in to comment.