diff --git a/docs/installation.rst b/docs/installation.rst index c3d867d666f8..385b904444c2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -227,7 +227,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-binary :all: cryptography + CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel --no-cache-dir --no-binary cryptography cryptography Building cryptography on macOS ------------------------------