Skip to content

Commit 2a9ff3d

Browse files
authored
Merge branch 'main' into update-psi-comparison
2 parents e5053fd + 7d41c78 commit 2a9ff3d

29 files changed

+1153
-305
lines changed

docs/user-guide/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ maxdepth: 1
77
installation
88
amor/index
99
estia/index
10+
offspec/index
1011
```

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 ipywidgets ipydatagrid ipytree pythreejs
30+
```
31+
````
32+
`````

docs/user-guide/offspec/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Offspec
2+
3+
```{toctree}
4+
---
5+
maxdepth: 1
6+
---
7+
offspec_reduction
8+
```

0 commit comments

Comments
 (0)