Skip to content

Commit 2646bc9

Browse files
authored
Merge pull request #1157 from PowerGridModel/feature/c-api-via-brew-docs
Docs: add homebrew installation to docs
2 parents 8b003c8 + 40090c7 commit 2646bc9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ If you are using `conda`, you can directly install the package from `conda-forge
4848
conda install -c conda-forge power-grid-model
4949
```
5050

51+
## Installation via Homebrew
52+
53+
If you are using the C API with `brew`, you can install the C API (and experimental C++ wrapper) directly:
54+
55+
```sh
56+
brew install powergridmodel/pgm/power-grid-model
57+
```
58+
59+
If you are interested in having this package in [`homebrew-core`](https://github.com/Homebrew/homebrew-core), please
60+
consider contributing the [formula](https://github.com/PowerGridModel/homebrew-pgm), in conformance to
61+
[their documentation](https://docs.brew.sh/Acceptable-Formulae).
62+
5163
## Build and install from Source
5264

5365
To install the library from source, refer to the [Build Guide](advanced_documentation/build-guide.md).

0 commit comments

Comments
 (0)