Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ISIS3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
ISIS3
Commits
e7abbc51
Unverified
Commit
e7abbc51
authored
1 year ago
by
Christine Kim
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update installation instructions (#5349)
parent
267ab58b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-0
12 additions, 0 deletions
README.md
with
12 additions
and
0 deletions
README.md
+
12
−
0
View file @
e7abbc51
...
...
@@ -56,6 +56,9 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
-
Install Rosetta2. From the terminal run:
`/usr/sbin/softwareupdate --install-rosetta --agree-to-license`
-
Include the
`# MacOS ARM64 Only`
lines below
1.
Next setup your Anaconda environment for ISIS. In the bash prompt, run the following commands:
> [!WARNING]
> ISIS 8.1.0 is incompatible with Python 3.10, 3.11, and 3.12
> The `conda create` command below creates a conda environment with Python 3.9
```bash
...
...
@@ -93,11 +96,20 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
conda config --env --set channel_priority flexible
```
1.
The environment is now ready to download ISIS and its dependencies:
```bash
conda install -c usgs-astrogeology isis
```
> [!NOTE]
> The install may take 1 to 2 hours.
If you would like to download an LTS version, follow the following format below:
```bash
conda install -c "usgs-astrogeology/label/LTS" isis=8.0.1
```
1.
Finally, setup the environment variables:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment