We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775c2b8 commit e8bee70Copy full SHA for e8bee70
docs/Installation/Requirements/index.rst
@@ -32,12 +32,15 @@ Xmipp requires C++17 compatible compiler (see table below for minimum versions).
32
Cmake
33
^^^^^
34
35
-Xmipp requires Cmake 3.17 or above.
+Xmipp requires CMake 3.17 or above.
36
37
.. warning::
38
- Ubuntu 20.04 only support to cmake 3.16.3 if you experience any issue, please install cmake with conda in the Scipion3 enviroment
39
- ::
40
- scipion3 run conda install cmake
+ Ubuntu 20.04 only supports CMake 3.16.3.
+ If you experience any issues, please install CMake using Conda in the Scipion3 environment:
+
41
+ .. code-block:: bash
42
43
+ scipion3 run conda install cmake
44
45
Cuda
46
^^^^
0 commit comments