Skip to content

Commit

Permalink
Merge pull request #133 from openmc-dev/shimwell-patch-2
Browse files Browse the repository at this point in the history
added conda install cmd
  • Loading branch information
paulromano authored Feb 2, 2024
2 parents 0eab78d + c60a311 commit 484466b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ OpenMC, Matplotlib, NumPy, PySide6

## Installation

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

Alternatively, conda can be used to install the plotter (recommended option for
conda enviroments):
```console
pip install openmc-plotter
conda install -c conda-forge openmc-plotter
```

## Usage
Expand Down

0 comments on commit 484466b

Please sign in to comment.