From c1f9d66a09cbf16e653bc264c4e03b4d222f816a Mon Sep 17 00:00:00 2001 From: James Kasten Date: Mon, 17 Aug 2015 10:51:44 -0700 Subject: [PATCH] update docs to include letshelp-letsencrypt --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index a703bec3a..5aa6e3e76 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -26,7 +26,7 @@ Install the development packages: .. code-block:: shell - pip install -r requirements.txt -e acme -e .[dev,docs,testing] -e letsencrypt-apache -e letsencrypt-nginx + pip install -r requirements.txt -e acme -e .[dev,docs,testing] -e letsencrypt-apache -e letsencrypt-nginx -e letshelp-letsencrypt .. note:: `-e` (short for `--editable`) turns on *editable mode* in which any source code changes in the current working