Skip to content

Commit 56f8aac

Browse files
authored
added conda install cmd
1 parent 0eab78d commit 56f8aac

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,17 @@ 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
2323

24+
To install from PyPI run the following command from the terminal.
25+
26+
```console
27+
python -m pip install openmc-plotter
28+
```
29+
30+
Or alternativly Conda can be used to install the plotter (recommend option for Conda enviroments)
2431
```console
25-
pip install openmc-plotter
32+
conda install -c conda-forge openmc-plotter
2633
```
2734

2835
## Usage

0 commit comments

Comments
 (0)