Fixing pip install

This commit is contained in:
Allen Downey
2020-12-14 16:36:27 -05:00
parent b1cea674fe
commit 6971609d22
5 changed files with 5 additions and 5 deletions

View File

@@ -123,7 +123,7 @@
"IN_COLAB = 'google.colab' in sys.modules\n",
"\n",
"if IN_COLAB:\n",
" !pip install astroquery astro-gala python-wget"
" !pip install astroquery astro-gala wget"
]
},
{

View File

@@ -115,7 +115,7 @@
"IN_COLAB = 'google.colab' in sys.modules\n",
"\n",
"if IN_COLAB:\n",
" !pip install astroquery astro-gala python-wget"
" !pip install astroquery astro-gala wget"
]
},
{

View File

@@ -101,7 +101,7 @@
"IN_COLAB = 'google.colab' in sys.modules\n",
"\n",
"if IN_COLAB:\n",
" !pip install astroquery astro-gala python-wget"
" !pip install astroquery astro-gala wget"
]
},
{

View File

@@ -108,7 +108,7 @@
"IN_COLAB = 'google.colab' in sys.modules\n",
"\n",
"if IN_COLAB:\n",
" !pip install astroquery astro-gala python-wget"
" !pip install astroquery astro-gala wget"
]
},
{

View File

@@ -95,7 +95,7 @@
"IN_COLAB = 'google.colab' in sys.modules\n",
"\n",
"if IN_COLAB:\n",
" !pip install astroquery astro-gala python-wget"
" !pip install astroquery astro-gala wget"
]
},
{