Skip to content

Commit 9b5d409

Browse files
authored
.
1 parent 78da09c commit 9b5d409

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/Installation/Troubleshooting/index.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,33 @@ We sometimes see issues regarding the HDF5 dependency related some incompatibili
3333
3434
- If hdf5 is installed on the Scipion3 enviroment, remove and reinstall it (it might lead to compile/link time issues caused by incompatible version being fetched)
3535
36-
.. code-block:: bash
36+
.. code-block:: bash
3737
38-
scipion3 conda remove hdf5
39-
scipion3 conda install -c conda-forge hdf5
38+
scipion3 conda remove hdf5
39+
scipion3 conda install -c conda-forge hdf5
4040
4141
4242
- If you have install hdf5 just in your system, we recommend to install hdf5 in the Scipion enviroment. To do that:
4343
44-
.. code-block:: bash
44+
.. code-block:: bash
4545
46-
scipion3 conda install -c conda-forge hdf5
46+
scipion3 conda install -c conda-forge hdf5
4747
4848
4949
- If you have installed hdf5 in your system and you can not use conda, please remove hdf5 an all files it creates and reinstall it:
5050
51-
.. code-block:: bash
51+
.. code-block:: bash
5252
53-
sudo apt remove hdf5-devel
53+
sudo apt remove hdf5-devel
5454
55-
Remove all files related to hdf5 in /usr/lib64/libhdf5*, /usr/include/hdf5* and .../anaconda3/include/hdf5*.
55+
Remove all files related to hdf5 in /usr/lib64/libhdf5*, /usr/include/hdf5* and .../anaconda3/include/hdf5*.
5656
57-
We strongy recommend you to install it via your default package manager:
57+
We strongy recommend you to install it via your default package manager:
5858
5959
60-
.. code-block:: bash
60+
.. code-block:: bash
6161
62-
sudo apt-get install libhdf5-dev
62+
sudo apt-get install libhdf5-dev
6363
6464
6565

0 commit comments

Comments
 (0)