Update macos_dependencies_install authored by Rémy Mozul's avatar Rémy Mozul
......@@ -15,7 +15,7 @@ and the version number of `gcc` package as well as python may have to be updated
```
sudo port install gcc14 hdf5 +fortran cmake +gui swig-python
sudo port install py312-numpy py312-h5py
sudo port install py312-pip py312-numpy py312-h5py
sudo port install py312-scipy py312-matplotlib py312-pandas
```
......@@ -23,6 +23,8 @@ Then you need to set the compiler and python as the default on your system:
```
sudo port select --set python python312
sudo port select --set python3 python312
sudo port select --set pip pip312
sudo port select --set pip3 pip312
sudo port select --set gcc mp-gcc14
```
......
......