Skip to content

Commit 93f7ff8

Browse files
committed
Merge branch 'master' into pr-template
2 parents 9392cbc + 029db01 commit 93f7ff8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/src/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ ENV["NREL_DEVELOPER_EMAIL"]="your contact email"
2424
### Additional package loading for GHP
2525
GHP evaluations must load in the [`GhpGhx.jl`](https://github.com/NREL/GhpGhx.jl) package separately because it has a more [restrictive license](https://github.com/NREL/GhpGhx.jl/blob/main/LICENSE.md) and is not a registered Julia package.
2626

27-
First add the GhpGhx.jl package to the project's dependencies from the package manager (`]`):
27+
Install gcc via homebrew (if running on a Mac).
28+
29+
Add the GhpGhx.jl package to the project's dependencies from the package manager (`]`):
2830
```sh
2931
(active_env) pkg> add "https://github.com/NREL/GhpGhx.jl"
3032
```
3133

32-
Then load in the package from the script where `run_reopt()` is called:
34+
Load in the package from the script where `run_reopt()` is called:
3335
```julia
3436
using GhpGhx
35-
```
37+
```

0 commit comments

Comments
 (0)