Install Intake-ThreddsΒΆ
Intake-Thredds can be installed in three ways:
Using the pip package manager:
$ python -m pip install intake-thredds
Using the conda package manager that comes with the Anaconda/Miniconda distribution:
$ conda install intake-thredds --channel conda-forge
To install a development version from source:
$ git clone https://github.com/ncar-xdev/intake-thredds
$ cd intake-thredds
$ python -m pip install -e .