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 ...@@ -17,11 +17,11 @@ Since this page is updated only once in a while, so you may encounter some probl
## Installing ## ## Installing ##
### <a name=ubuntu>Ubuntu 12.04/14.04/16.04, Debian 7</a> ### ### <a name=ubuntu>Ubuntu 18.04</a> ###
To compile: To compile:
```shell ```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: Optional:
```shell ```shell
...@@ -29,20 +29,19 @@ sudo apt-get install libhdf5-dev h5utils ...@@ -29,20 +29,19 @@ sudo apt-get install libhdf5-dev h5utils
``` ```
Optional but recommended: Optional but recommended:
```shell ```shell
sudo apt-get install python-scipy sudo apt-get install python3-scipy
``` ```
To visualize: To visualize:
```shell ```shell
sudo apt-get install python-vtk paraview sudo apt-get install python3-vtk7 paraview
``` ```
To build the documentation: To build the documentation:
```shell ```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 To read tutorials
```shell ```shell
sudo apt-get install python-pip sudo apt-get install jupyter-notebook
sudo pip install jupyter
``` ```
### <a name=opensuze> OpenSuse Leap 42.1 </a> ### ### <a name=opensuze> OpenSuse Leap 42.1 </a> ###
...@@ -112,4 +111,4 @@ sudo pip install jupyter ...@@ -112,4 +111,4 @@ sudo pip install jupyter
**** ****
| [back](./Prerequisites) | [next](./Download_and_install) | | [back](./Prerequisites) | [next](./Download_and_install) |
|:-------------|--------------------------:| |:------------------------|-------------------------------:|