From ad6b224a42adeebdfc1845666bd38de970519505 Mon Sep 17 00:00:00 2001
From: Austin Sanders <arsanders@usgs.gov>
Date: Wed, 12 Jul 2023 12:27:31 -0600
Subject: [PATCH] Removed version specification from conda install command
 (#5236)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fc6eb031a1..e1af98fece 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
 1. The environment is now ready to download ISIS and its dependencies:
 
     ```bash
-    conda install -c usgs-astrogeology isis=7.0.0
+    conda install -c usgs-astrogeology isis
     ```
 
 1. Finally, setup the environment variables:
-- 
GitLab