Skip to content
Snippets Groups Projects
Unverified Commit 151816a2 authored by Jesse Mapel's avatar Jesse Mapel Committed by GitHub
Browse files

Updating installation instructions for 7.0.0 (#4967)

We no longer have a Python 3.6 requirement :tada:  so it's gone. Also removed the 3.10 instructions as they don't work with the new un-pinned Python.
parent cae8ec2d
No related branches found
No related tags found
No related merge requests found
...@@ -55,17 +55,11 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+ ...@@ -55,17 +55,11 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
```bash ```bash
#Create a new conda environment to install ISIS in #Create a new conda environment to install ISIS in
conda create -n isis python=3.6 conda create -n isis
#Activate the environment #Activate the environment
#Depending on your version of Anaconda use one of the following:
#Anaconda 3.4 and up:
conda activate isis conda activate isis
#Prior to Anaconda 3.4:
source activate isis
#Add the following channels to the environment #Add the following channels to the environment
conda config --env --add channels conda-forge conda config --env --add channels conda-forge
conda config --env --add channels usgs-astrogeology conda config --env --add channels usgs-astrogeology
...@@ -88,13 +82,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+ ...@@ -88,13 +82,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: 1. The environment is now ready to download ISIS and its dependencies:
```bash ```bash
conda install -c usgs-astrogeology isis=6.0.0 conda install -c usgs-astrogeology isis=7.0.0
```
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
``` ```
1. Finally, setup the environment variables: 1. Finally, setup the environment variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment