Skip to content

Commit dc19368

Browse files
authored
.
1 parent aaad7e5 commit dc19368

File tree

1 file changed

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

1 file changed

+7
-5
lines changed

docs/Installation/Standlone-installation/index.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,19 @@ Standalone Installation
1212
1313
2. Compile Xmipp. You have two options:
1414

15-
**Option 1:** Compile using the Xmipp environment. This method installs Xmipp with the required dependencies and versions defined by your environment or defaults.
15+
16+
**Option 1:** Compile using the Scipion environment. This method installs Xmipp with dependencies managed by Scipion and is the recomended way.
1617

1718
.. code-block:: bash
1819
19-
./xmipp
20+
scipion3 run ./xmipp
2021
21-
**Option 2:** Compile using the Scipion environment. This method installs Xmipp with dependencies managed by Scipion.
22+
23+
**Option 2:** Compile the Xmipp alone. This method installs Xmipp with the required dependencies and versions defined by your environment or defaults.
2224
2325
.. code-block:: bash
2426
25-
scipion3 run ./xmipp
27+
./xmipp
2628
2729
Both methods only compile Xmipp. Linking it to Scipion is explained in the next section.
2830

@@ -32,7 +34,7 @@ Standalone Installation
3234
3335
./xmipp --help
3436
35-
Linking Xmipp to Scipion
37+
Linking Xmipp to Scipion
3638

3739
To use Xmipp within Scipion, link the standalone installation by following these steps:
3840

0 commit comments

Comments
 (0)