Skip to content

Commit

Permalink
Make vis.py optional
Browse files Browse the repository at this point in the history
  • Loading branch information
amystamile-usgs committed May 22, 2024
1 parent 7315f1c commit 2e41dc7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 14 additions & 1 deletion examples/usgscsm_isis_cmp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,20 @@
"source": [
"## Prerequisites\n",
"\n",
"This comparison notebook requires the installation of ISIS. Follow the instructions in the [ISIS Installation With Conda guide](https://astrogeology.usgs.gov/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda/)."
"This comparison notebook requires the installation of ISIS, kalasiris, and plotly.\n",
"\n",
"### 1. Install ISIS\n",
"Follow the instructions in the [ISIS Installation With Conda guide](https://astrogeology.usgs.gov/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda/).\n",
"\n",
"### 2. Install Kalasiris\n",
"To install kalasiris in your knoten environment, run the following command:\n",
"\n",
"`conda install conda-forge::kalasiris`\n",
"\n",
"### 3. Install Plotly\n",
"To install plotly in your knoten environment, run the following command:\n",
"\n",
"`conda install conda-forge::plotly`"
]
},
{
Expand Down
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ requirements:
- scipy
- shapely
- usgscsm>=2.0
- kalasiris
- plotly

test:
imports:
Expand Down

0 comments on commit 2e41dc7

Please sign in to comment.