aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-06-12 12:55:57 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-06-12 12:55:57 -0700
commit29ff670aee37cca5d2c0d5cef8da89163669caa7 (patch)
tree9008da329917645dcde7dfdfaf98bd4733df9e56
parentd19e1f04b32bf95be2302d19abf56b3d07774124 (diff)
parent96fb53373500a055c51137cb02145c8b8081119a (diff)
downloadcryptography-29ff670aee37cca5d2c0d5cef8da89163669caa7.tar.gz
cryptography-29ff670aee37cca5d2c0d5cef8da89163669caa7.tar.bz2
cryptography-29ff670aee37cca5d2c0d5cef8da89163669caa7.zip
Merge pull request #1126 from nryoung/doc-improvements
Add link about installation dependencies
-rw-r--r--docs/development/getting-started.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index 3d9012eb..4337b47c 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -2,9 +2,10 @@ Getting started
===============
Working on ``cryptography`` requires the installation of a small number of
-development dependencies. These are listed in ``dev-requirements.txt`` and they
-can be installed in a `virtualenv`_ using `pip`_. Once you've installed the
-dependencies, install ``cryptography`` in ``editable`` mode. For example:
+development dependencies in addition to the dependencies for :doc:`/installation`.
+These are listed in ``dev-requirements.txt`` and they can be installed in a
+`virtualenv`_ using `pip`_. Once you've installed the dependencies, install
+``cryptography`` in ``editable`` mode. For example:
.. code-block:: console