We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6849029 commit 9945a1fCopy full SHA for 9945a1f
1 file changed
README.md
@@ -11,12 +11,22 @@ repository](https://github.com/landonjmitchell/openmc-plotgui)).
11
12
OpenMC, Matplotlib, NumPy, PySide2
13
14
+## Installation
15
+
16
+This package is most easily installed by running
17
18
+```console
19
+pip install .
20
+```
21
22
+from the top directory in the repository.
23
24
## Usage
25
26
From a directory containing a working OpenMC model run:
27
28
```console
-python /path/to/openmc-plotter
29
+openmc-plotter
30
```
31
32
Press `?` to view a variety of keyboard shortcuts.
0 commit comments