From cb8fd6597d953cb35fbac528f160aa8b87ff6aed Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:42:46 -0700 Subject: [PATCH] Merge changes from #583 from @fantasticle https://github.com/paperless-ngx/paperless-ngx/pull/583/commits/5496412aecaa07a2bfcf726b9c8a526fe1f95581 --- docs/extending.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/extending.rst b/docs/extending.rst index ae855e370..8b276dacc 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -87,6 +87,7 @@ To do the setup you need to perform the steps from the following chapters in a c docker run -d -p 6379:6379 --restart unless-stopped redis:latest 7. Install the python dependencies by performing in the src/ directory. + .. code:: shell-session pipenv install --dev