Skip to content

Commit 6457086

Browse files
committed
docs: add extras installation instructions
1 parent 2cd5ffe commit 6457086

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/user-guide/installation.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation
22

3-
To install ESSreflectometry and all of its dependencies, use
3+
To install ESSreflectometry and all of its required dependencies, use
44

55
`````{tab-set}
66
````{tab-item} pip
@@ -14,3 +14,19 @@ conda install -c conda-forge -c scipp essreflectometry
1414
```
1515
````
1616
`````
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+
```sh
29+
conda install -c conda-forge -c scipp essreflectometry[all]
30+
```
31+
````
32+
`````

0 commit comments

Comments
 (0)