From c43087c7e5a32595f3d393834e92f085d9714eef Mon Sep 17 00:00:00 2001 From: "Alexander Drozdov (Sasha)" Date: Thu, 20 Jun 2024 04:55:35 -0700 Subject: [PATCH] Changing pip install instructions for pyspedas. --- .../mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb | 5 +++-- .../notebooks/mth5/comparison_with_published_results.ipynb | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb b/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb index f12c068..dd3f312 100644 --- a/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb +++ b/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb @@ -6,12 +6,13 @@ "source": [ "# https://colab.research.google.com/github/spedas/pyspedas_examples/blob/master/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb\n", "# Uncomment the \"!pip install\" lines below to use on Google Colab. Run this cell and restart the runtime kernel.\n", - "# !pip install git+https://github.com/spedas/pyspedas.git\n", + "# !pip install pyspedas\n", "# !pip install mth5\n", "\n", "# If you encounter installation problem try to install the packages from the git repositories\n", "# !pip install git+https://github.com/kujaku11/mt_metadata.git\n", - "# !pip install git+https://github.com/kujaku11/mth5.git" + "# !pip install git+https://github.com/kujaku11/mth5.git\n", + "# !pip install git+https://github.com/spedas/pyspedas.git" ], "metadata": { "collapsed": false, diff --git a/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb b/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb index b5f8bb7..eb8ab5e 100644 --- a/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb +++ b/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb @@ -15,12 +15,13 @@ "source": [ "# Uncomment the \"!pip install\" line below to use on Google Colab. Run this cell and restart the runtime kernel.\n", "# https://colab.research.google.com/github/spedas/pyspedas_examples/blob/master/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb\n", - "# !pip install git+https://github.com/spedas/pyspedas.git\n", + "# !pip install pyspedas\n", "# !pip install mth5\n", "\n", "# If you encounter installation problem try to install the packages from the git repositories\n", "# !pip install git+https://github.com/kujaku11/mt_metadata.git\n", - "# !pip install git+https://github.com/kujaku11/mth5.git" + "# !pip install git+https://github.com/kujaku11/mth5.git\n", + "# !pip install git+https://github.com/spedas/pyspedas.git" ], "metadata": { "collapsed": false,