Installation for Developers
BlueMath is already available via pip
.
To test its capabilities locally, please run the following commands:
Clone the repository from GitHub:
git clone https://github.com/GeoOcean/BlueMath_tk.git
Move inside the directory to install everything:
cd BlueMath_tk
Create a compatible environment with Python >= 3.11 (example with conda):
conda create -n bluemath-dev python=3.11
Then activate the environment using:
conda activate bluemath-dev
Change
pyproject.toml
name to avoid errors:
mv pyproject.toml pyproject.toml.bak
Finally, install package in development mode:
pip install -e .