Skip to content

Commit ed9cc2c

Browse files
committed
Step -> Recommendation
1 parent 0d70d2e commit ed9cc2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manual/guides/openmc.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ subtitle: "OpenMC - Installing from source for development"
55
permalink: /manual/guides/openmc
66
---
77

8-
# Step 0. Read the Installation Guide
8+
# Recommendation 0. Read the Installation Guide
99
OpenMC has an [excellent installation
1010
guide](https://docs.openmc.org/en/stable/usersguide/install.html#installing-from-source)
1111
that covers the dependencies. Several practices, discussed below, may
1212
make the whole process easier, cleaner, and more self-contained.
1313

14-
# Step 1. Set up a Conda Environment
14+
# Recommendation 1. Set up a Conda Environment
1515
When building OpenMC from source, using a conda environment to install
1616
dependencies allows different versions of various dependencies to co-exist on
1717
the same machine. It also eases installation of OpenMC's Python API.
@@ -21,7 +21,7 @@ To create an environment with the name `openmc-env`, run:
2121
conda create -n openmc-env
2222
```
2323

24-
# Step 2. Install Dependencies
24+
# Recommendation 2. Install Dependencies
2525
Install all the dependencies listed in the installation guide using conda in your new environment. For
2626
example, to install the Python dependencies, run:
2727
```

0 commit comments

Comments
 (0)