aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Parviainen-Jalanko <kimvais@ssh.com>2014-03-19 18:58:08 +0200
committerAyrx <terrycwk1994@gmail.com>2014-04-08 19:35:16 +0800
commit8f90c83337a30221c8e538c7a0d8402729c3ef8b (patch)
tree5bc22cf4d2686517f69e72618edd8458767cb2c9
parente01e0bf1e942b2476a0a51ddf1207003bf1e91c7 (diff)
downloadcryptography-8f90c83337a30221c8e538c7a0d8402729c3ef8b.tar.gz
cryptography-8f90c83337a30221c8e538c7a0d8402729c3ef8b.tar.bz2
cryptography-8f90c83337a30221c8e538c7a0d8402729c3ef8b.zip
.rst syntax fix
-rw-r--r--docs/installation.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index eb1f85fb..84d24ca8 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -110,11 +110,13 @@ or `MacPorts`_:
Then install cryptography linking against the brewed version:
on `Homebrew`_:
+
.. code-block:: console
$ env ARCHFLAGS="-arch x86_64" LDFLAGS="-L/usr/local/opt/openssl/lib" CFLAGS="-I/usr/local/opt/openssl/include" pip install cryptography
on `MacPorts`_:
+
.. code-block:: console
$ env ARCHFLAGS="-arch x86_64" LDFLAGS="-L/opt/local/lib" CFLAGS="-I/opt/local/include" pip install cryptography