-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Noah S. Prime edited this page Nov 28, 2023
·
1 revision
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
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.