... | @@ -13,13 +13,13 @@ apt update |
... | @@ -13,13 +13,13 @@ apt update |
|
apt full-upgrade
|
|
apt full-upgrade
|
|
```
|
|
```
|
|
|
|
|
|
Then in an ubuntu 22.04 terminal run the following commands (or follow the Linux prerequisites) :
|
|
Then in an ubuntu 24.04 terminal run the following commands (or follow the Linux prerequisites) :
|
|
|
|
|
|
```shell
|
|
```shell
|
|
sudo apt install cmake gcc g++ gfortran liblapack-dev swig python3-dev python3-numpy python-is-python3
|
|
sudo apt install cmake gcc g++ gfortran liblapack-dev swig python3-dev python3-numpy python-is-python3
|
|
sudo apt install python3-scipy python3-matplotlib python3-pandas
|
|
sudo apt install python3-scipy python3-matplotlib python3-pandas
|
|
sudo apt install libhdf5-dev hdf5-tools python3-h5py
|
|
sudo apt install libhdf5-dev hdf5-tools python3-h5py
|
|
sudo apt install python3-vtk9 paraview python3-pip
|
|
sudo apt install python3-vtk9 paraview python3-paraview python3-pip
|
|
sudo apt install wslu python3-notebook
|
|
sudo apt install wslu python3-notebook
|
|
```
|
|
```
|
|
Then have a look to the *Linux* instruction for additional tools [here](./linux_dependencies_install) or continue installation [here](./download_and_install)
|
|
Then have a look to the *Linux* instruction for additional tools [here](./linux_dependencies_install) or continue installation [here](./download_and_install)
|
... | | ... | |