From 32ecd558b3c1145e7077f25a5a58c459d890b3a2 Mon Sep 17 00:00:00 2001 From: Luis Paulin Date: Mon, 11 Nov 2024 16:32:09 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 175aee8..c837a6f 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ You can install Sniffles2 using pip or conda using: or -`conda install sniffles=2.5.3` +`conda install sniffles=2.5.1` If you previously installed Sniffles1 using conda and want to upgrade to Sniffles2, you can use: -`conda update sniffles=2.5.3` +`conda update sniffles=2.5.1` ## Requirements * Python == 3.10