From ba78ff72285a773f0592402b7150564bc890c610 Mon Sep 17 00:00:00 2001 From: nailyk-fr Date: Thu, 16 May 2019 20:44:16 +0200 Subject: [PATCH] doc: install: Add gunicorn dependency * Gunicorn is a mandatory dependency, add a notice. --- docs/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 8cf5dd76..f368aaaf 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -50,6 +50,10 @@ Activate the virtualenv:: Install ======= +Install Gunicorn dependency:: + + pip install gunicorn + Install the latest release with pip:: pip install ihatemoney