Fixing pip installs

This commit is contained in:
Allen Downey
2020-12-29 14:11:29 -05:00
parent 2f1e72427b
commit acb069f529
7 changed files with 12 additions and 12 deletions

View File

@@ -83,7 +83,7 @@
"source": [
"## Installing libraries\n",
"\n",
"If you are running this notebook on Colab, you can run the following cell to install Astroquery and the other libraries we'll use.\n",
"If you are running this notebook on Colab, you can run the following cell to install the libraries we'll use.\n",
"\n",
"If you are running this notebook on your own computer, you might have to install these libraries yourself. See the instructions in the preface."
]
@@ -104,7 +104,7 @@
"IN_COLAB = 'google.colab' in sys.modules\n",
"\n",
"if IN_COLAB:\n",
" !pip install astroquery astro-gala wget"
" !pip install wget"
]
},
{