Given the need for specialist libraries such as `geopandas`, we'll need a conda environment Best practice would be a `.yml` file, installed using ```bash conda env create --file cgrasp.yml conda activate cgrasp ```
Given the need for specialist libraries such as
geopandas, we'll need a conda environmentBest practice would be a
.ymlfile, installed using