From a8135528b1634655c8e450aaa459f5e55ebbe5e4 Mon Sep 17 00:00:00 2001 From: steviehs Date: Mon, 17 May 2021 09:07:31 +0200 Subject: [PATCH] Update setup.rst Added hint to upgrade pip first. --- docs/setup.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index 1b3973d89..42ef6759a 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -360,7 +360,11 @@ writing. Windows is not and will never be supported. Adjust as necessary if you configured different folders. 8. Install python requirements from the ``requirements.txt`` file. - It is up to you if you wish to use a virtual environment or not. + It is up to you if you wish to use a virtual environment or not. First you should update your pip, so it gets the actual packages. + + .. code:: shell-session + + sudo -Hu paperless pip3 install --upgrade pip .. code:: shell-session