We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd5ffe commit 6457086Copy full SHA for 6457086
docs/user-guide/installation.md
@@ -1,6 +1,6 @@
1
# Installation
2
3
-To install ESSreflectometry and all of its dependencies, use
+To install ESSreflectometry and all of its required dependencies, use
4
5
`````{tab-set}
6
````{tab-item} pip
@@ -14,3 +14,19 @@ conda install -c conda-forge -c scipp essreflectometry
14
```
15
````
16
`````
17
+
18
+To install ESSreflectometry and all of its dependencies,
19
+including dependencies used in the graphical user interface for batch reduction, use
20
21
+`````{tab-set}
22
+````{tab-item} pip
23
+```sh
24
+pip install essreflectometry[all]
25
+```
26
+````
27
+````{tab-item} conda
28
29
+conda install -c conda-forge -c scipp essreflectometry[all]
30
31
32
+`````
0 commit comments