Skip to content
Snippets Groups Projects
Commit e581f37a authored by Ian's avatar Ian
Browse files

docs: update installation instructions to use conda environment.yml

parent 73f75543
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment