Installing¶
You can install esmlab-regrid with pip, conda, or by installing from source.
Conda¶
To install the latest version of esmlab-regrid from the conda-forge repository using conda:
conda install -c conda-forge esmlab-regrid
Install from Source¶
To install esmlab-regrid from source, clone the repository from github:
git clone https://github.com/NCAR/esmlab-regrid.git
cd esmlab-regrid
pip install .
You can also install directly from git master branch:
pip install git+https://github.com/NCAR/esmlab-regrid
Test¶
Test esmlab-regrid with pytest:
git clone https://github.com/NCAR/esmlab-regrid.git
cd esmlab-regrid
pytest - v