Update linux_dependencies_install authored by Rémy Mozul's avatar Rémy Mozul
......@@ -17,11 +17,11 @@ Since this page is updated only once in a while, so you may encounter some probl
## Installing ##
### <a name=ubuntu>Ubuntu 12.04/14.04/16.04, Debian 7</a> ###
### <a name=ubuntu>Ubuntu 18.04</a> ###
To compile:
```shell
sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python-dev python-numpy
sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python3-dev python3-numpy
```
Optional:
```shell
......@@ -29,20 +29,19 @@ sudo apt-get install libhdf5-dev h5utils
```
Optional but recommended:
```shell
sudo apt-get install python-scipy
sudo apt-get install python3-scipy
```
To visualize:
```shell
sudo apt-get install python-vtk paraview
sudo apt-get install python3-vtk7 paraview
```
To build the documentation:
```shell
sudo apt-get install doxygen graphviz python-numpydoc texlive-latex-extra dvipng imagemagick
sudo apt-get install doxygen graphviz python3-numpydoc texlive-latex-extra dvipng imagemagick
```
To read tutorials
```shell
sudo apt-get install python-pip
sudo pip install jupyter
sudo apt-get install jupyter-notebook
```
### <a name=opensuze> OpenSuse Leap 42.1 </a> ###
......@@ -112,4 +111,4 @@ sudo pip install jupyter
****
| [back](./Prerequisites) | [next](./Download_and_install) |
|:-------------|--------------------------:|
|:------------------------|-------------------------------:|