Updated pip wheel option in installation script. (#4212)

diff --git a/docs/installation.rst b/docs/installation.rst
index 90bdc2a..f96cc50 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -205,7 +205,7 @@
     ./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
 ------------------------------