diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-12 12:55:57 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-12 12:55:57 -0700 |
commit | 29ff670aee37cca5d2c0d5cef8da89163669caa7 (patch) | |
tree | 9008da329917645dcde7dfdfaf98bd4733df9e56 /docs | |
parent | d19e1f04b32bf95be2302d19abf56b3d07774124 (diff) | |
parent | 96fb53373500a055c51137cb02145c8b8081119a (diff) | |
download | cryptography-29ff670aee37cca5d2c0d5cef8da89163669caa7.tar.gz cryptography-29ff670aee37cca5d2c0d5cef8da89163669caa7.tar.bz2 cryptography-29ff670aee37cca5d2c0d5cef8da89163669caa7.zip |
Merge pull request #1126 from nryoung/doc-improvements
Add link about installation dependencies
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/getting-started.rst | 7 |
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 |