Skip to content

Commit

Permalink
Expand GUI docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Aug 12, 2024
1 parent c1c5c22 commit 5cbc3f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ With the GUI plugins you can explore waveform data in the ParaView application:
the ParaView GUI, make sure the Python environment is activated as described
in [Installation](installation). Then launch ParaView like this:
```sh
PV_PLUGIN_PATH=path/to/paraview_plugins path/to/paraview
export PV_PLUGIN_PATH=path/to/paraview_plugins
export PYTHONPATH=path/to/gwpv:path/to/env
# On Linux:
path/to/paraview
# On macOS:
open path/to/paraview.app
```
You will now find the plugins provided by this repository in the ParaView GUI
when you select 'Tools' > 'Manage Plugins'.
Expand Down

0 comments on commit 5cbc3f3

Please sign in to comment.