From 2ac87783eea1543582a11dcdd71fa555eb9f858b Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 27 Jun 2014 11:12:24 -0600 Subject: add note about enchant dependency for spellcheck in docs --- docs/development/getting-started.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/development') 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 -- cgit v1.2.3