Skip to content

Commit 15d2117

Browse files
authored
.
1 parent 8c5aca5 commit 15d2117

File tree

1 file changed

+7
-8
lines changed
  • docs/Installation/Standlone-installation

1 file changed

+7
-8
lines changed

docs/Installation/Standlone-installation/index.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,20 @@ Standalone Installation
1414
1515
2. Compile Xmipp. You have two options:
1616

17+
**Option 1:** Compile using the Scipion environment. This method installs Xmipp with dependencies managed by Scipion and is the recomended way.
1718

18-
**Option 1:** Compile using the Scipion environment. This method installs Xmipp with dependencies managed by Scipion and is the recomended way.
19+
.. code-block:: bash
1920
20-
.. code-block:: bash
21-
22-
scipion3 run ./xmipp
21+
scipion3 run ./xmipp
2322
2423
25-
**Option 2:** Compile the Xmipp alone. This method installs Xmipp with the required dependencies and versions defined by your environment or defaults.
24+
**Option 2:** Compile the Xmipp alone. This method installs Xmipp with the required dependencies and versions defined by your environment or defaults.
2625

27-
.. code-block:: bash
26+
.. code-block:: bash
2827
29-
./xmipp
28+
./xmipp
3029
31-
Both methods only compile Xmipp. Linking it to Scipion is explained in the next section.
30+
Both methods only compile Xmipp. Linking it to Scipion is explained in the next section.
3231

3332
3. For additional details about the compilation process, run:
3433

0 commit comments

Comments
 (0)