Unverified Commit 8975fccc authored by Kristin's avatar Kristin Committed by GitHub
Browse files

Update installation information to reflect 4.0 vs. 3.10 and package name change (#3649)

* Update meta.yaml to rename conda package to isis from isis3

* Initial update to install docs to reflect install guide changes with the 3.10 and 4.0 split and the change in the package name

* Update readme to newer installation instructions based on what we decided to do for the builds.

* Update install docs to fix formatting

* Add badge for isis package
parent 56fa2335
Loading
Loading
Loading
Loading
+19 −5
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
[![Join the chat at https://gitter.im/USGS-Astrogeology/isis3_cmake](https://badges.gitter.im/USGS-Astrogeology/isis3_cmake.svg)](https://gitter.im/USGS-Astrogeology/isis3_cmake?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the discourse at https://astrodiscuss.usgs.gov](https://img.shields.io/discourse/https/astrodiscuss.usgs.gov/topics.svg?style=flat)](https://astrodiscuss.usgs.gov/)
[![Anaconda-Server Badge](https://anaconda.org/usgs-astrogeology/isis3/badges/version.svg)](https://anaconda.org/usgs-astrogeology/isis3)
[![Anaconda-Server Badge](https://anaconda.org/usgs-astrogeology/isis/badges/version.svg)](https://anaconda.org/usgs-astrogeology/isis)

## Table of Contents

@@ -69,14 +70,20 @@ This installation guide is for ISIS3 users interested in installing ISIS3 (3.6.0

        conda install -c usgs-astrogeology isis3

    If you would like to work with our latest Release Candidate instead run:
    If you would like to work with our latest ISIS version 4 Release Candidate instead run:

        conda install -c usgs-astrogeology -c usgs-astrogeology/label/RC isis

    If you would like to work with our latest ISIS version 3 Release Candidate, rather than updating
    to ISIS 4, instead run:

	    conda install -c usgs-astrogeology -c usgs-astrogeology/label/RC isis=3.10.0

        conda install -c usgs-astrogeology/label/RC isis3

7.  Finally, setup the environment variables:

        #Execute the ISIS3 variable initialization script with default arguments.
        #This script prepares default values for:  $ISISROOT/$ISIS3DATA/$ISIS3TESTDATA
        #This script prepares default values for:  $ISISROOT, $ISIS3DATA, $ISIS3TESTDATA

        python $CONDA_PREFIX/scripts/isis3VarInit.py

@@ -93,9 +100,16 @@ This installation guide is for ISIS3 users interested in installing ISIS3 (3.6.0

### Updating

  To update to a new version of ISIS, simply run `conda update isis3`
  To update to a new version of ISIS up to version 3.9.1, simply run `conda update isis3`

  To update to our latest release candidate up to version 3.9.1, run `conda update -c usgs-astrogeology -c usgs-astrogeology/label/RC isis3`

  To update to our latest release candidate, run `conda update -c usgs-astrogeology/label/RC isis3`
  Note that for ISIS versions 3.10 and above, new versions and release candidates will only be 
  available under the package name `isis` and `conda update isis3` and  
  `conda update -c usgs-astrogeology -c usgs-astrogeology/label/RC isis3` 
  will no longer work for additional updates. Instead, after installing an `isis` package,
  `conda update isis` should be used to update to a new version and 
  `conda update -c usgs-astrogeology/label/RC isis` to update to a new release candidate.

### Operating System Requirements