From e5a0a9d8883fe0622dab2e8aa83251932e929d2c Mon Sep 17 00:00:00 2001 From: Oleg Alexandrov <oleg.alexandrov@gmail.com> Date: Tue, 19 Apr 2022 11:23:52 -0700 Subject: [PATCH] Update README (#4918) The README was suggesting latest ISIS version is 4, while in fact it is 6. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 72dd6cef87..e24d6c07d9 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+ conda install -c usgs-astrogeology isis=6.0.0 ``` - If you would like to work with our latest ISIS version 3, rather than updating - to ISIS 4, instead run: + If you would like to work with ISIS version 3, rather than the latest ISIS, run instead: ```bash conda install -c usgs-astrogeology isis=3.10.0 -- GitLab