8000 Updating brew install command to avoid pkg-config warning by izumiberat · Pull Request #891 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Updating brew install command to avoid pkg-config warning #891

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
making this PR only about removing warning
  • Loading branch information
izumiberat authored Jun 10, 2022
commit a8ec09c8705fb0278efbdb2bc6769e6062256682
2 changes: 1 addition & 1 deletion setup.rst
< 5D8B colgroup>
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ for the header and library files to your ``configure`` command. For example,

with **Homebrew**::

$ brew install pkg-config openssl@1.1 xz gdbm
$ brew install pkg-config openssl xz gdbm

and ``configure`` Python versions >= 3.7::

Expand Down
0