Changes
Page history
Update linux_dependencies_install
authored
Jan 14, 2026
by
Rémy Mozul
Show whitespace changes
Inline
Side-by-side
linux_dependencies_install.md
View page @
b23962ee
...
@@ -26,6 +26,12 @@ sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python3-dev pytho
...
@@ -26,6 +26,12 @@ sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python3-dev pytho
sudo
apt-get
install
libhdf5-dev h5utils
sudo
apt-get
install
libhdf5-dev h5utils
```
```
Optional (but recommended):
A tool to manage python virtual environment
```
shell
sudo
apt
install
virtualenvwrapper
```
To build the documentation:
To build the documentation:
```
shell
```
shell
sudo
apt-get
install
doxygen graphviz texlive-latex-extra dvipng imagemagick
sudo
apt-get
install
doxygen graphviz texlive-latex-extra dvipng imagemagick
...
...
...
...