aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorJustin Holmes <justin@justinholmes.com>2018-04-30 19:22:43 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2018-04-30 22:22:43 -0400
commitdd0518217b4b642151576baad6c7c0e3ad79bc9d (patch)
treefebf23452fb74c4af650670ab607ae460469265a /docs/installation.rst
parentca2055f9822def12ec47a7b886be7c13c590b8fa (diff)
downloadcryptography-dd0518217b4b642151576baad6c7c0e3ad79bc9d.tar.gz
cryptography-dd0518217b4b642151576baad6c7c0e3ad79bc9d.tar.bz2
cryptography-dd0518217b4b642151576baad6c7c0e3ad79bc9d.zip
Updated pip wheel option in installation script. (#4212)
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst2
1 files changed, 1 insertions, 1 deletions
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
------------------------------