Add --no-use-wheel when building static wheels.
diff --git a/docs/installation.rst b/docs/installation.rst
index 5d629e9..7847969 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -166,7 +166,7 @@
     ./config no-shared no-ssl2 -fPIC --prefix=${CWD}/openssl
     make && make install
     cd ..
-    CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel cryptography
+    CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel --no-use-wheel cryptography
 
 Building cryptography on OS X
 -----------------------------