aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/development/getting-started.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index db34cb92..f5d6c190 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -13,6 +13,9 @@ dependencies, install ``cryptography`` in ``editable`` mode. For example:
$ pip install --requirement dev-requirements.txt
$ pip install --editable .
+You will also need to install ``enchant`` using your system's package manager
+to check spelling in the documentation.
+
You are now ready to run the tests and build the documentation.
Running tests