From 2e8aa56157d5ffd8e2053d51dfa58dc6ecf9bc8e Mon Sep 17 00:00:00 2001 From: Nic Young Date: Thu, 12 Jun 2014 00:17:50 -0600 Subject: Add link about installation depdencies --- docs/development/getting-started.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') 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/ -- cgit v1.2.3 From 87aae81245727606e827eeb228d12c9bab6178dc Mon Sep 17 00:00:00 2001 From: Nic Young Date: Thu, 12 Jun 2014 08:00:56 -0600 Subject: Fixed typo --- docs/development/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index ab92c37f..f036534a 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -2,7 +2,7 @@ Getting started =============== Working on ``cryptography`` requires the installation of a small number of -development dependencies in addtion to the depedencies for `installation`_. +development dependencies in addition 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: -- cgit v1.2.3 From 96fb53373500a055c51137cb02145c8b8081119a Mon Sep 17 00:00:00 2001 From: Nic Young Date: Thu, 12 Jun 2014 08:25:42 -0600 Subject: Fix other typo and use doc link instead --- docs/development/getting-started.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index f036534a..4337b47c 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -2,7 +2,7 @@ Getting started =============== Working on ``cryptography`` requires the installation of a small number of -development dependencies in addition to the depedencies for `installation`_. +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: @@ -88,4 +88,3 @@ 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/ -- cgit v1.2.3