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 ...@@ -18,7 +18,7 @@ Since this page is updated only once in a while, so you may encounter some probl
## Installing ## ## Installing ##
### <a name=ubuntu>Ubuntu 22.04</a> ### ### <a name=ubuntu>Ubuntu 24.04</a> ###
To compile: To compile:
```shell ```shell
...@@ -34,7 +34,7 @@ sudo apt-get install python3-scipy python3-matplotlib python3-pandas ...@@ -34,7 +34,7 @@ sudo apt-get install python3-scipy python3-matplotlib python3-pandas
``` ```
To visualize: To visualize:
```shell ```shell
sudo apt-get install python3-vtk9 paraview sudo apt-get install python3-vtk9 paraview python3-paraview
``` ```
To build the documentation: To build the documentation:
```shell ```shell
... ...
......