summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index e6685f7..8aa592b 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -150,8 +150,7 @@ MacOS X
::
brew install pkg-config libffi
- export PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.0.13/lib/pkgconfig/ # May change with libffi version
- pip install cffi
+ PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig pip install cffi
Aternatively, **on OS/X 10.6** (Thanks Juraj Sukop for this)