diff --git a/README.md b/README.md index 7e643a5..c8343da 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # Xee: Xarray + Google Earth Engine -[![image](https://img.shields.io/pypi/v/xee.svg)](https://pypi.python.org/pypi/xee) - ![Xee Logo](https://raw.githubusercontent.com/google/Xee/main/docs/xee-logo.png) _An Xarray extension for Google Earth Engine._ +[![image](https://img.shields.io/pypi/v/xee.svg)](https://pypi.python.org/pypi/xee) +[![image](https://static.pepy.tech/badge/xee)](https://pepy.tech/project/xee) +[![Conda Recipe](https://img.shields.io/badge/recipe-xee-green.svg)](https://github.com/conda-forge/xee-feedstock) +[![image](https://img.shields.io/conda/vn/conda-forge/xee.svg)](https://anaconda.org/conda-forge/xee) +[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/xee.svg)](https://anaconda.org/conda-forge/xee) + ## How to use Install with pip: @@ -14,6 +18,12 @@ Install with pip: pip install --upgrade xee ``` +Install with conda: + +```shell +conda install -c conda-forge xee +``` + Then, authenticate Earth Engine: ```shell