Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3204

Merged
merged 1 commit into from
Apr 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ This installation guide is for ISIS3 users interested in installing ISIS3 (3.6.0

conda install -c usgs-astrogeology isis3

6.a If you would like to work with our latest Release Candidate:

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

7. Finally, setup the environment variables:

Expand All @@ -79,6 +82,8 @@ 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 our latest release candidate, run `conda update -c usgs-astrogeology/label/RC isis3`

### Operating System Requirements

Expand Down