Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing pip install instructions for pyspedas. #30

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading