From dbba29dc7542403689d7a064b8fb58c1f7fc03b1 Mon Sep 17 00:00:00 2001 From: Ira Horecka Date: Wed, 31 Jan 2024 11:20:11 -0500 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f83612b..53e6c273 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ pip install massdash --upgrade ``` -or if you use Anaconda for package and environment management, then you can install from bioconda: +or, install the latest stable version of MassDash from Bioconda if you are using Anaconda for package and environment management: ```bash -conda install bioconda::massdash +conda install bioconda::massdash --upgrade ```