Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Feb 2, 2024
1 parent 56f8aac commit c60a311
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ OpenMC, Matplotlib, NumPy, PySide6

## Installation

This package is available from PyPI and Conda

To install from PyPI run the following command from the terminal.

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
```

Or alternativly Conda can be used to install the plotter (recommend option for Conda enviroments)
Alternatively, conda can be used to install the plotter (recommended option for
conda enviroments):
```console
conda install -c conda-forge openmc-plotter
```
Expand Down

0 comments on commit c60a311

Please sign in to comment.