Install intake-ESM#

intake-ESM can be installed in three ways:

Using the pip package manager:

$ python -m pip install intake-esm

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

$ conda install intake-esm --channel conda-forge

To install a development version from source:

$ git clone https://github.com/intake/intake-esm
$ cd intake-esm
$ python -m pip install -e .