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/Installations/index.rst
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,20 @@ a. Install last release of Xmipp from terminal
30
30
31
31
b. Install the develop branch (main) of Xmipp
32
32
33
+
For manual installation is required to install xmipp3-installer.
34
+
33
35
**Option 1:** Compile using the Scipion environment. This method installs Xmipp with dependencies managed by Scipion and is the recomended way.
34
36
35
37
.. code-block:: bash
36
38
39
+
scipion3 run pip install xmipp3-installer
37
40
scipion3 run ./xmipp
38
41
39
42
40
-
**Option 2:** Compile the Xmipp alone. This method installs Xmipp with the required dependencies and versions defined by your environment or defaults.
43
+
**Option 2:** Compile the Xmipp alone. This method installs Xmipp with the required dependencies and versions defined by your environment or defaults. To install xmipp3-installer is required activate an environment, preferably the Scipion environment.
41
44
42
45
.. code-block:: bash
43
-
46
+
pip install xmipp3-installer
44
47
./xmipp
45
48
46
49
This methods only compile Xmipp. Linking it to Scipion is explained in the next step. Note. For additional details about the compilation process, run:
0 commit comments