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
+14-18Lines changed: 14 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,18 @@ This guide explains the standalone installation of Xmipp and the process to link
17
17
18
18
.. note::
19
19
20
-
This `list of libraries <https://i2pc.github.io/docs/Installation/Requirements/index.html#dependencies>`_ are required for Xmipp, please install it before continue the installation steps
20
+
Xmipp has a **list of dependencies that are required** to install it. Please review the `list of libraries <https://i2pc.github.io/docs/Installation/Requirements/index.html#dependencies>`_
21
21
22
22
Installation
23
23
""""""""""""""""""
24
24
25
-
1. Clone the repository and navigate to the folder:
**Option 1:** Compile using the Scipion environment. This method installs Xmipp with dependencies managed by Scipion and is the recomended way.
34
34
@@ -43,31 +43,27 @@ Installation
43
43
44
44
./xmipp
45
45
46
-
Both methods only compile Xmipp. Linking it to Scipion is explained in the next section.
47
-
48
-
Note. For additional details about the compilation process, run:
46
+
Both methods only compile Xmipp. Linking it to Scipion is explained in the next step. Note. For additional details about the compilation process, run:
49
47
50
48
.. code-block:: bash
51
49
52
50
./xmipp --help
53
51
54
-
Linking Xmipp to Scipion
55
-
""""""""""""""""""""""""""
56
52
57
-
To use Xmipp within Scipion, link the standalone installation by following these steps:
53
+
To use Xmipp within Scipion, link the standalone installation by following these steps:
58
54
59
-
1. Ensure Scipion is installed (refer to the *Scipion installation guide*).
60
-
2. Use the `scipion-em-xmipp` repository, located in `src/scipion-em-xmipp`.
61
-
3. Run the following command to link the binaries:
55
+
1. Ensure Scipion is installed (refer to the *Scipion installation guide*).
56
+
2. Use the `scipion-em-xmipp` repository, located in `src/scipion-em-xmipp`.
57
+
3. Run the following command to link the binaries:
62
58
63
-
.. code-block:: bash
59
+
.. code-block:: bash
64
60
65
-
scipion3 installp -p ~/scipion-em-xmipp --devel
61
+
scipion3 installp -p ~/scipion-em-xmipp --devel
66
62
67
-
Replace `~/scipion-em-xmipp` with the path to your `scipion-em-xmipp` folder.
63
+
Replace `~/scipion-em-xmipp` with the path to your `scipion-em-xmipp` folder.
68
64
69
-
Using Xmipp
70
-
""""""""""""""""""
65
+
Using Xmipp in standalone
66
+
""""""""""""""""""""""""""""""
71
67
72
68
Xmipp is installed in the build directory located in the same directory where the xmipp script is located. To run Xmipp standalone (without Scipion) and to set all necessary environment variables and paths to all Xmipp programs, you can simply run
0 commit comments