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/Utils/ConfigurationF/index.rst
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,13 @@
1
1
Xmipp Configuration File
2
2
========================
3
3
4
-
This document describes the variables present in the Xmipp configuration file and their purpose. Reviewed for xmipp.3.24.12 - Poseidon
4
+
The Xmipp configuration file is generated at the beginning of the installation process if it does not already exist. This file is used to load the necessary libraries and set up environment variables for Xmipp. To generate a new configuration file, you can use the command:
5
+
6
+
```
7
+
./xmipp config
8
+
```
9
+
10
+
This document describes the variables present in the Xmipp configuration file and their purpose.
0 commit comments