Install esp-lab#

esp-lab can be installed in three ways:

Using the pip package manager:

$ python -m pip install esp-lab

Using the conda package manager that comes with the Anaconda/Miniconda distribution:

$ conda install esp-lab --channel conda-forge

To install a development version from source:

$ git clone https://github.com/CESM-ESPWG/ESP-Lab
$ cd esp-lab
$ python -m pip install -e .