Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Jul 4, 2019
1 parent b88bf1a commit 0f75504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Prediction/classification of the origin of a metagenomics sample.
## Installation

```
$ conda install -c etetoolkit -c bioconda -c maxibor sourcepredict
$ conda install -c conda-forge -c etetoolkit -c bioconda -c maxibor sourcepredict
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

SourcePredict can be installed using the [conda](https://conda.io/en/latest/miniconda.html) package manager:

`$ conda install -c etetoolkit -c bioconda -c maxibor sourcepredict`
`$ conda install -c conda-forge -c etetoolkit -c bioconda -c maxibor sourcepredict`

1 comment on commit 0f75504

@maxibor
Copy link
Owner Author

@maxibor maxibor commented on 0f75504 Jul 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing #2

Please sign in to comment.