Skip to content

Installation

Noah S. Prime edited this page Nov 28, 2023 · 1 revision

Installation

Create and activate a new conda virtual environment:

conda create --name basd_env
conda activate basd_env

Install basd from GitHub using pip:

pip install git+https://github.com/JGCRI/basd.git

Install the xesmf package:

conda install -c conda-forge xesmf

Notes for Windows users:

esmpy is a dependency of xesmf and thus basd. Unfortunately, esmpy is not available on Windows. We suggest using a cluster running Linux, or use a Linux subsystem, or Docker.

In the future we plan to make the xesmf dependency optional so that the package will be available to all operating systems.

Clone this wiki locally