Skip to content

Commit

Permalink
Merge pull request #31 from nasa-gibs/add-pip-installs
Browse files Browse the repository at this point in the history
Add pip installs
  • Loading branch information
grallewellyn authored Dec 19, 2024
2 parents f2dd2bd + 8c9d296 commit c2677e5
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/python-usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,30 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "e2e95b92",
"metadata": {},
"outputs": [],
"source": [
"# install necessary packages for imports \n",
"%pip install scikit-image\n",
"%pip install scikit-learn\n",
"%pip install matplotlib\n",
"%pip install cartopy\n",
"%pip install folium\n",
"%pip install mapbox_vector_tile\n",
"%pip install lxml\n",
"%pip install pandas\n",
"%pip install owslib\n",
"%pip install geopandas\n",
"%pip install rasterio\n",
"%pip install fiona\n",
"%pip install ipyleaflet\n",
"%pip install cairosvg # If needed, more specific install instructions for cairosvg: https://cairosvg.org/documentation/ "
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "5a65137f",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -4119,7 +4143,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.0"
"version": "3.13.1"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit c2677e5

Please sign in to comment.