Installation for Developers

BlueMath is already available via pip or conda.

To test its capabilities locally, please run the following commands:

  1. Clone the repository from GitHub:
git clone https://github.com/GeoOcean/BlueMath_tk.git
  1. Move inside the directory to install everything:
cd BlueMath_tk
  1. Create a compatible conda environment:
conda env create -f environment.yml
  1. Then activate the environment using:
conda activate bluemath
  1. Finally, install package in development mode:
pip install -e .