We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f39f97 commit 2d5c5eeCopy full SHA for 2d5c5ee
1 file changed
README.md
@@ -30,9 +30,17 @@ pip install openmc-plotter
30
From a directory containing an OpenMC model run:
31
32
```console
33
-openmc-plotter
+$ openmc-plotter -d <path_to_openmc_model_dir>
34
```
35
36
+or simply run
37
+
38
+```console
39
+$ openmc-plotter
40
+```
41
42
+from the directory containing the model.
43
44
Once the viewer has opened, press `?` to view a variety of keyboard shortcuts.
45
46

0 commit comments