# Installation Install 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 ```