diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index cdee29c5..967e86c1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -167,8 +167,6 @@ dependencies. cd .. CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel cryptography -.. _virtualenv: https://virtualenv.pypa.io/en/latest/ - Building cryptography on OS X ----------------------------- @@ -255,3 +253,4 @@ information, consult `Greg Wilson's blog post`_ on the subject. .. _`64-bit`: https://jenkins.cryptography.io/job/openssl-win64-release/ .. _`bug in conda`: https://github.com/conda/conda-recipes/issues/110 .. _`Greg Wilson's blog post`: http://software-carpentry.org/blog/2014/04/mr-biczo-was-right.html +.. _virtualenv: https://virtualenv.pypa.io/en/latest/ |