From 7e1f9422b694645a64170d3e6d9e8c28b37e2645 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Thu, 21 Mar 2019 17:47:08 -0700 Subject: [PATCH] Update install instructions, for release of sourmash 2.0 (#592) * update readme for conda install #552, pre-release version * fix README for post-release; see #591 #552 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bdd88a8f6..4819284e09 100644 --- a/README.md +++ b/README.md @@ -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).