diff --git a/examples/usgscsm_isis_cmp.ipynb b/examples/usgscsm_isis_cmp.ipynb index ac4fc99..2af2e0a 100644 --- a/examples/usgscsm_isis_cmp.ipynb +++ b/examples/usgscsm_isis_cmp.ipynb @@ -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`" ] }, { diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 63ec3bb..50d5571 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -35,8 +35,6 @@ requirements: - scipy - shapely - usgscsm>=2.0 - - kalasiris - - plotly test: imports: