aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-05 11:15:55 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-05 11:15:55 -0500
commit419e67a1d515ec7883a1e31608c1618e226fbffb (patch)
tree0699120be3aca2e479274af5561b525742e98b4e /docs/installation.rst
parent9c80e6c8e4b1ae563baffbcbd2918e07f4f709e3 (diff)
downloadcryptography-419e67a1d515ec7883a1e31608c1618e226fbffb.tar.gz
cryptography-419e67a1d515ec7883a1e31608c1618e226fbffb.tar.bz2
cryptography-419e67a1d515ec7883a1e31608c1618e226fbffb.zip
change env variable name, handle empty string
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 81e150de..339d8b76 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -55,15 +55,15 @@ include the corresponding locations.For example:
C:\> pip install cryptography
You can also choose to build statically or dynamically using the
-``PYCA_OPENSSL_INSTALL`` variable. Allowed values are ``static`` (default) and
-``dynamic``.
+``PYCA_WINDOWS_LINK_TYPE`` variable. Allowed values are ``static`` (default)
+and ``dynamic``.
.. code-block:: console
C:\> \path\to\vcvarsall.bat x86_amd64
C:\> set LIB=C:\OpenSSL\lib\VC\static;C:\OpenSSL\lib;%LIB%
C:\> set INCLUDE=C:\OpenSSL\include;%INCLUDE%
- C:\> set PYCA_OPENSSL_INSTALL=dynamic
+ C:\> set PYCA_WINDOWS_LINK_TYPE=dynamic
C:\> pip install cryptography
Building cryptography on Linux