Update linux_dependencies_install authored by Rémy Mozul's avatar Rémy Mozul
...@@ -98,7 +98,7 @@ sudo yum install git make cmake3 gcc gcc-c++ gcc-gfortran lapack-devel swig pyth ...@@ -98,7 +98,7 @@ sudo yum install git make cmake3 gcc gcc-c++ gcc-gfortran lapack-devel swig pyth
``` ```
Optional but recommended: Optional but recommended:
```shell ```shell
sudo yum install python3-scipy sudo yum install python36-scipy
``` ```
To visualize, some extra packages, not provided by the standard package repository, are needed. The recommended (simplest) way to install it To visualize, some extra packages, not provided by the standard package repository, are needed. The recommended (simplest) way to install it
is to use `pip`. But to not mess with default installation, it is recommended to install for the current user only. Besides, for the pip package to work, there are some packages that may be not installed by default on some headless servers: is to use `pip`. But to not mess with default installation, it is recommended to install for the current user only. Besides, for the pip package to work, there are some packages that may be not installed by default on some headless servers:
... ...
......