From dd0518217b4b642151576baad6c7c0e3ad79bc9d Mon Sep 17 00:00:00 2001 From: Justin Holmes Date: Mon, 30 Apr 2018 19:22:43 -0700 Subject: Updated pip wheel option in installation script. (#4212) --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/installation.rst b/docs/installation.rst index 90bdc2a6..f96cc505 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -205,7 +205,7 @@ dependencies. ./config no-shared no-ssl2 no-ssl3 -fPIC --prefix=${CWD}/openssl make && make install cd .. - CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel --no-use-wheel cryptography + CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel --no-binary :all: cryptography Building cryptography on macOS ------------------------------ -- cgit v1.2.3