From 8f90c83337a30221c8e538c7a0d8402729c3ef8b Mon Sep 17 00:00:00 2001 From: Kimmo Parviainen-Jalanko Date: Wed, 19 Mar 2014 18:58:08 +0200 Subject: .rst syntax fix --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3