Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Nov 7, 2019
1 parent 53b1609 commit 93ec9fb
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 @@ -14,7 +14,7 @@ Sourcepredict solves this problem by using machine learning classification on di
## Installation

```
$ conda install -c conda-forge -c etetoolkit -c bioconda -c maxibor sourcepredict
$ conda install -c conda-forge -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 conda-forge -c etetoolkit -c bioconda -c maxibor sourcepredict`
`$ conda install -c conda-forge -c maxibor sourcepredict`

0 comments on commit 93ec9fb

Please sign in to comment.