From cd9cb8b48859c59c3d349b57abf849d29a62af65 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 10 Dec 2023 12:39:06 -0500 Subject: [PATCH] Remind people about rust in the dev docs (#9985) --- docs/development/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index b2ba3cd15325..12cce7540085 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`). These are +handled by the use of ``nox``, which can be installed with ``pip``. .. code-block:: console