Skip to content

Commit

Permalink
Add conda alternative for dependencies (macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzac committed Oct 30, 2024
1 parent f2e0614 commit d861fae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Cmake & NetCDF library installation is straightforward on Linux:

apt install cmake libnetcdf-c++4-dev

On macOS, it's quite convenient to use a dedicated conda environment:

conda env create -f conda-env.yml -n biospring
conda activate biospring

### BioSpring

Expand Down

0 comments on commit d861fae

Please sign in to comment.