aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-12-10 12:39:06 -0500
committerGitHub <noreply@github.com>2023-12-10 17:39:06 +0000
commitcd9cb8b48859c59c3d349b57abf849d29a62af65 (patch)
tree9636ed84b2627ca3170311f48c31838a32a21678 /docs
parent0a1f26b48f293b2efb645ce525ddc987e336622c (diff)
downloadpyca-cryptography-cd9cb8b48859c59c3d349b57abf849d29a62af65.zip
pyca-cryptography-cd9cb8b48859c59c3d349b57abf849d29a62af65.tar.gz
pyca-cryptography-cd9cb8b48859c59c3d349b57abf849d29a62af65.tar.bz2
Remind people about rust in the dev docs (#9985)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/getting-started.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index b2ba3cd..12cce75 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -6,8 +6,8 @@ Development dependencies
Working on ``cryptography`` requires the installation of a small number of
development dependencies in addition to the dependencies for
-:doc:`/installation`. These are handled by the use of ``nox``, which can be
-installed with ``pip``.
+:doc:`/installation` (including :ref:`Rust<installation:rust>`). These are
+handled by the use of ``nox``, which can be installed with ``pip``.
.. code-block:: console