Installation for Developers
BlueMath is already available via pip
or conda
.
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 conda environment:
conda env create -f environment.yml
- Then activate the environment using:
conda activate bluemath
- Finally, install package in development mode:
pip install -e .