You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Installation/Standlone-installation/index.rst
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,19 @@ Standalone Installation
12
12
13
13
2. Compile Xmipp. You have two options:
14
14
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.
16
17
17
18
.. code-block:: bash
18
19
19
-
./xmipp
20
+
scipion3 run ./xmipp
20
21
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.
22
24
23
25
.. code-block:: bash
24
26
25
-
scipion3 run ./xmipp
27
+
./xmipp
26
28
27
29
Both methods only compile Xmipp. Linking it to Scipion is explained in the next section.
28
30
@@ -32,7 +34,7 @@ Standalone Installation
32
34
33
35
./xmipp --help
34
36
35
-
Linking Xmipp to Scipion
37
+
Linking Xmipp to Scipion
36
38
37
39
To use Xmipp within Scipion, link the standalone installation by following these steps:
0 commit comments