Skip to content

Commit 6df2e44

Browse files
committed
[Doc] Fix troubleshooting for macOS.
1 parent af80788 commit 6df2e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/preliminaries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ This way, our hooks are properly installed and contained in version control.
8282
1. Run the following command to build `pygraphviz` with the additional include directory.
8383
```plain
8484
$ pipenv run pip install --use-pep517 \
85-
--config-setting="--global-option=build_ext" \
86-
--config-setting="--build-option=-I$(brew --prefix graphviz)/include/" \
87-
--config-setting="--build-option=-L$(brew --prefix graphviz)/lib/" \
85+
--config-settings="--global-option=build_ext" \
86+
--config-settings="--global-option=-I$(brew --prefix graphviz)/include/" \
87+
--config-settings="--global-option=-L$(brew --prefix graphviz)/lib/" \
8888
pygraphviz
8989
```
9090
1. Run `pipenv sync` as usual.

0 commit comments

Comments
 (0)