Update Installation authored by Doriann Blain's avatar Doriann Blain
# Installation # Linux
## Linux
1. Install the HDF5 libraries: 1. Install the HDF5 libraries:
```bash ```bash
sudo apt-get install libhdf5-dev sudo apt-get install libhdf5-dev
...@@ -39,7 +38,7 @@ Notes: ...@@ -39,7 +38,7 @@ Notes:
make debug make debug
``` ```
## Windows 10 # Windows 10
1. Install your favourite Linux distribution on your computer following [these instructions]( 1. Install your favourite Linux distribution on your computer following [these instructions](
https://docs.microsoft.com/en-gb/windows/wsl/install-win10). https://docs.microsoft.com/en-gb/windows/wsl/install-win10).
2. Launch the Linux application. 2. Launch the Linux application.
... ...
......