diff options
author | Nic Young <nryoung@gmail.com> | 2014-06-12 00:17:50 -0600 |
---|---|---|
committer | Nic Young <nryoung@gmail.com> | 2014-06-12 00:17:50 -0600 |
commit | 2e8aa56157d5ffd8e2053d51dfa58dc6ecf9bc8e (patch) | |
tree | 10f3c99429554e9f6baf082c1da5ea230c4346af | |
parent | 512d3be8e20d3f59f6f1a3951e5ff1d81dc16429 (diff) | |
download | cryptography-2e8aa56157d5ffd8e2053d51dfa58dc6ecf9bc8e.tar.gz cryptography-2e8aa56157d5ffd8e2053d51dfa58dc6ecf9bc8e.tar.bz2 cryptography-2e8aa56157d5ffd8e2053d51dfa58dc6ecf9bc8e.zip |
Add link about installation depdencies
-rw-r--r-- | docs/development/getting-started.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index 3d9012eb..ab92c37f 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 addtion to the depedencies for `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 @@ -87,3 +88,4 @@ The HTML documentation index can now be found at .. _`pip`: https://pypi.python.org/pypi/pip .. _`sphinx`: https://pypi.python.org/pypi/Sphinx .. _`reStructured Text`: http://sphinx-doc.org/rest.html +.. _`installation`: https://cryptography.io/en/latest/installation/ |