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: svv/visualize/gui/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,15 @@ The GUI requires PySide6 and PyVistaQt (with PyVista).
19
19
20
20
Conda (recommended for shipping/testing):
21
21
```bash
22
+
# Windows/macOS:
22
23
conda env create -f environment-gui.yml
24
+
25
+
# Linux (includes Mesa/libGL + X11 runtime libs):
26
+
conda env create -f environment-gui-linux.yml
27
+
23
28
conda activate svv-gui
24
29
```
25
-
This installs PySide6/PyVista/PyVistaQt plus Mesa/GL runtime pieces needed on many Linux systems.
30
+
On Linux, `environment-gui-linux.yml`installs PySide6/PyVista/PyVistaQt plus Mesa/GL runtime pieces; on Windows/macOS those Mesa packages are not needed.
0 commit comments