Skip to content

Commit

Permalink
added conda install instructions for OpenMC
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Dec 19, 2024
1 parent 341d102 commit ad90366
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

`libra-toolbox` relies on Python. You can install it from the official website: [python.org](https://www.python.org/downloads/).

Install OpenMC:

If you want to run openmc functions, [install OpenMC](https://docs.openmc.org/en/stable/quickinstall.html) with conda:

```
conda install -c conda-forge openmc>=0.14.0
```


To install `libra-toolbox`, use pip:

```bash
Expand Down

0 comments on commit ad90366

Please sign in to comment.