diff --git a/docs/process_gedi_granules_guide.md b/docs/process_gedi_granules_guide.md
index 90b87c0506ff26131743d45e74eee6673cb39ff3..4cf9cc788be338b4f8d9dd11351b0f0455974cb9 100644
--- a/docs/process_gedi_granules_guide.md
+++ b/docs/process_gedi_granules_guide.md
@@ -4,11 +4,11 @@ This script processes a single set of GEDI L1B, L2A, and L4A granules locally to
 
 ## 1. Installation
 
-Ensure you have the required dependencies installed:
+Create and activate the conda environment using the provided `environment.yml`:
 
 ```bash
-pip install click h5py pyyaml rasterio
-pip install nmbim  # if installing from PyPI or editable install
+conda env create -f environment.yml
+conda activate nmbim-env
 ```
 
 ## 2. Basic CLI Usage