Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 313 Bytes

INSTALLATION.md

File metadata and controls

10 lines (9 loc) · 313 Bytes

Installation

Create a GeoCAT-examples Conda environment

From the root directory of a cloned geocat-examples repository, run the following commands:

    conda env create -f conda_environment.yml -n geocat-examples
    conda activate geocat-examples