Changes
Page history
Update linux_dependencies_install
authored
Apr 01, 2022
by
Rémy Mozul
Show whitespace changes
Inline
Side-by-side
linux_dependencies_install.md
View page @
9b79f8ce
...
...
@@ -28,11 +28,11 @@ sudo apt-get install cmake gcc g++ gfortran liblapack-dev swig python3-dev pytho
```
Optional:
```
shell
sudo
apt-get
install
libhdf5-dev h5utils
sudo
apt-get
install
libhdf5-dev h5utils
python3-h5py
```
Optional but recommended:
```
shell
sudo
apt-get
install
python3-scipy
sudo
apt-get
install
python3-scipy
python3-matplotlib python3-pandas
```
To visualize:
```
shell
...
...
...
...