Installation ------------ Install from ``conda-forge``: .. code:: sh conda install -c conda-forge pint-xarray or from ``PyPI``: .. code:: sh python -m pip install pint-xarray or from source, either directly from github: .. code:: sh python -m pip install git+https://github.com/xarray-contrib/pint-xarray or from a local copy: .. code:: sh git clone https://github.com/xarray-contrib/pint-xarray python -m pip install ./pint-xarray