aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-02 14:10:14 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-02 14:10:14 -0700
commitd694838adae5bb0f19d0b6731cfffc434d4358cf (patch)
tree905d7ff303104f360173c9b9928d786aa9314588
parentf65cba2449232588dd8d7a0ced07c29bea1084ad (diff)
downloadcryptography-d694838adae5bb0f19d0b6731cfffc434d4358cf.tar.gz
cryptography-d694838adae5bb0f19d0b6731cfffc434d4358cf.tar.bz2
cryptography-d694838adae5bb0f19d0b6731cfffc434d4358cf.zip
linkfiy
-rw-r--r--docs/installation.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 032746f3..865e4cb6 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -126,7 +126,7 @@ or `MacPorts`_:
Building cryptography with conda
--------------------------------
-Because of a bug in conda, attempting to install cryptography out of the box
+Because of a `bug in conda`_, attempting to install cryptography out of the box
will result in an error. This can be resolved by setting the
``DYLD_LIBRARY_PATH`` environment variable:
@@ -141,4 +141,5 @@ information, consult `Greg Wilson's blog post`_ on the subject.
.. _`Homebrew`: http://brew.sh
.. _`MacPorts`: http://www.macports.org
.. _`pre-compiled binaries`: https://www.openssl.org/related/binaries.html
+.. _`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