diff options
author | Cory Benfield <lukasaoz@gmail.com> | 2015-10-07 15:07:47 +0100 |
---|---|---|
committer | Cory Benfield <lukasaoz@gmail.com> | 2015-10-07 15:07:47 +0100 |
commit | ba8f638886bf2266ec859e8805f1e83496dd5fbd (patch) | |
tree | aeba83c2cd7abcf7fff64bc330242f01e518a987 /docs | |
parent | 6d44728858fbb98c2aac85b732081b2d51e4da9b (diff) | |
download | cryptography-ba8f638886bf2266ec859e8805f1e83496dd5fbd.tar.gz cryptography-ba8f638886bf2266ec859e8805f1e83496dd5fbd.tar.bz2 cryptography-ba8f638886bf2266ec859e8805f1e83496dd5fbd.zip |
Move link to bottom of docs page.
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/ |