8000 Fix python/cpython#93695: Document how to install openssl v1.1 w/Home… · python/devguide@a27e62a · GitHub
[go: up one dir, main page]

Skip to content

Commit a27e62a

Browse files
Fix python/cpython#93695: Document how to install openssl v1.1 w/Homebrew (#892)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 16cb349 commit a27e62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ for the header and library files to your ``configure`` command. For example,
385385

386386
with **Homebrew**::
387387

388-
$ brew install pkg-config openssl xz gdbm tcl-tk
388+
$ brew install pkg-config openssl@1.1 xz gdbm tcl-tk
389389

390390
For Python 3.10 and newer::
391391

0 commit comments

Comments
 (0)
0