Skip to content

Commit c60a311

Browse files
committed
Small fixes
1 parent 56f8aac commit c60a311

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ OpenMC, Matplotlib, NumPy, PySide6
1919

2020
## Installation
2121

22-
This package is available from PyPI and Conda
23-
24-
To install from PyPI run the following command from the terminal.
25-
22+
This package is available from PyPI and conda-forge. To install from PyPI run
23+
the following command from the terminal:
2624
```console
2725
python -m pip install openmc-plotter
2826
```
2927

30-
Or alternativly Conda can be used to install the plotter (recommend option for Conda enviroments)
28+
Alternatively, conda can be used to install the plotter (recommended option for
29+
conda enviroments):
3130
```console
3231
conda install -c conda-forge openmc-plotter
3332
```

0 commit comments

Comments
 (0)