Skip to content

Commit

Permalink
fix #s/bullets for Python packages, rendering is off on website
Browse files Browse the repository at this point in the history
  • Loading branch information
bhass-neon authored Jan 24, 2025
1 parent b96f03e commit a458ead
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ To follow along with this code, you will need to
1. Sign up for a non-commercial Google Earth Engine account here https://code.earthengine.google.com/register.
2. Install **Python 3.x**
3. Install required Python packages (matplotlib, cartopy and the dependent packages are only required for the last optional part of the tutorial, to create a time-lapse gif)
- earthengine-api
- geemap
- matplotlib
- cartopy (dependencies: geos, shapely, pyproj)
- earthengine-api
- geemap
- matplotlib
- cartopy (dependencies: geos, shapely, pyproj)

Notes:
- This tutorial was developed using Python 3.9, so if you are installing Python for the first time, we recommend that version. This lesson was written in **Jupyter Notebook** so you can run each cell chunk individually, but you can also use a different IDE (Interactive Development Environment) of your choice. If not using **Jupyter**, we recommend using **Spyder**, which has similar functionality. You can install both Python, Jupyter Notebooks, and Spyder by downloading <a href="https://www.anaconda.com/products/distribution" target="_blank">Anaconda</a>.
Expand Down

0 comments on commit a458ead

Please sign in to comment.