Skip to content

Commit e354c3e

Browse files
authored
.
1 parent e80ec8e commit e354c3e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/Installation/Installations/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,20 @@ a. Install last release of Xmipp from terminal
3030
3131
b. Install the develop branch (main) of Xmipp
3232

33+
For manual installation is required to install xmipp3-installer.
34+
3335
**Option 1:** Compile using the Scipion environment. This method installs Xmipp with dependencies managed by Scipion and is the recomended way.
3436

3537
.. code-block:: bash
3638
39+
scipion3 run pip install xmipp3-installer
3740
scipion3 run ./xmipp
3841
3942
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.
4144

4245
.. code-block:: bash
43-
46+
pip install xmipp3-installer
4447
./xmipp
4548
4649
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

Comments
 (0)