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