Skip to content

Commit 484466b

Browse files
authored
Merge pull request #133 from openmc-dev/shimwell-patch-2
added conda install cmd
2 parents 0eab78d + c60a311 commit 484466b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,16 @@ OpenMC, Matplotlib, NumPy, PySide6
1919

2020
## Installation
2121

22-
This package is most easily installed by running
22+
This package is available from PyPI and conda-forge. To install from PyPI run
23+
the following command from the terminal:
24+
```console
25+
python -m pip install openmc-plotter
26+
```
2327

28+
Alternatively, conda can be used to install the plotter (recommended option for
29+
conda enviroments):
2430
```console
25-
pip install openmc-plotter
31+
conda install -c conda-forge openmc-plotter
2632
```
2733

2834
## Usage

0 commit comments

Comments
 (0)