Skip to content

Commit c43087c

Browse files
committed
Changing pip install instructions for pyspedas.
1 parent 57e655b commit c43087c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
"source": [
77
"# https://colab.research.google.com/github/spedas/pyspedas_examples/blob/master/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb\n",
88
"# Uncomment the \"!pip install\" lines below to use on Google Colab. Run this cell and restart the runtime kernel.\n",
9-
"# !pip install git+https://github.com/spedas/pyspedas.git\n",
9+
"# !pip install pyspedas\n",
1010
"# !pip install mth5\n",
1111
"\n",
1212
"# If you encounter installation problem try to install the packages from the git repositories\n",
1313
"# !pip install git+https://github.com/kujaku11/mt_metadata.git\n",
14-
"# !pip install git+https://github.com/kujaku11/mth5.git"
14+
"# !pip install git+https://github.com/kujaku11/mth5.git\n",
15+
"# !pip install git+https://github.com/spedas/pyspedas.git"
1516
],
1617
"metadata": {
1718
"collapsed": false,

pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
"source": [
1616
"# Uncomment the \"!pip install\" line below to use on Google Colab. Run this cell and restart the runtime kernel.\n",
1717
"# https://colab.research.google.com/github/spedas/pyspedas_examples/blob/master/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb\n",
18-
"# !pip install git+https://github.com/spedas/pyspedas.git\n",
18+
"# !pip install pyspedas\n",
1919
"# !pip install mth5\n",
2020
"\n",
2121
"# If you encounter installation problem try to install the packages from the git repositories\n",
2222
"# !pip install git+https://github.com/kujaku11/mt_metadata.git\n",
23-
"# !pip install git+https://github.com/kujaku11/mth5.git"
23+
"# !pip install git+https://github.com/kujaku11/mth5.git\n",
24+
"# !pip install git+https://github.com/spedas/pyspedas.git"
2425
],
2526
"metadata": {
2627
"collapsed": false,

0 commit comments

Comments
 (0)