Skip to content

Commit

Permalink
Update install instructions, for release of sourmash 2.0 (#592)
Browse files Browse the repository at this point in the history
* update readme for conda install #552, pre-release version
* fix README for post-release; see #591 #552
  • Loading branch information
ctb authored and luizirber committed Mar 22, 2019
1 parent 38595be commit 7e1f942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ We recommend using bioconda to install sourmash:
```
conda install sourmash
```
This will install the 2.0 pre-release series.
This will install the latest stable version of sourmash 2.

You can also use pip to install the pre-release like so:
You can also use pip to install sourmash:

```
pip install --pre sourmash
pip install sourmash
```

A quickstart tutorial [is available](https://sourmash.readthedocs.io/en/latest/tutorials.html).
Expand Down

0 comments on commit 7e1f942

Please sign in to comment.