Getting Started =============== To ensure all ``iris-grib`` dependencies, it is sufficient to have installed :mod:`Iris ` itself, and `ecCodes `_ . The simplest way to install is with `conda `_ , using the `package on conda-forge `_ , with the command:: $ conda install -c conda-forge iris-grib Pip can also be used, to install from the `package on PyPI `_ , with the command:: $ pip install iris-grib Development sources are hosted at ``_ .