We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82558da commit 6c6c5bfCopy full SHA for 6c6c5bf
doc/installation.rst
@@ -131,6 +131,11 @@ macOS.
131
It might be possible to use a version of gcc built using Homebrew or
132
MacPorts, but this is untested and unsupported.
133
134
+It appears that on some versions, /usr/local is not in the default
135
+compiler paths so you might need to add ``-L /usr/local/lib -I
136
+/usr/local/include`` to the command line to build the python module.
137
+
138
139
Windows-specific instructions
140
-----------------------------
141
0 commit comments