Update linux_dependencies_install authored by Rémy Mozul's avatar Rémy Mozul
......@@ -18,7 +18,7 @@ Since this page is updated only once in a while, so you may encounter some probl
## Installing ##
### <a name=ubuntu>Ubuntu 22.04</a> ###
### <a name=ubuntu>Ubuntu 24.04</a> ###
To compile:
```shell
......@@ -34,7 +34,7 @@ sudo apt-get install python3-scipy python3-matplotlib python3-pandas
```
To visualize:
```shell
sudo apt-get install python3-vtk9 paraview
sudo apt-get install python3-vtk9 paraview python3-paraview
```
To build the documentation:
```shell
......
......