Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 989 Bytes

File metadata and controls

24 lines (21 loc) · 989 Bytes

xbudget: easy handling of budgets diagnosed from General Circulation Models with xarray

PyPI Conda Version Docs License

Quick Start Guide

For users: minimal installation within an existing environment

conda install -c conda-forge xbudget

For developers: installing from scratch using conda

git clone git@github.com:hdrake/xbudget.git
cd xbudget
conda env create -f docs/environment.yml
conda activate docs_env_xbudget
pip install -e .
python -m ipykernel install --user --name docs_env_xbudget --display-name "docs_env_xbudget"
jupyter-lab