From 5cb8bd0dd0061465fe725b3f386783e3a4185bc8 Mon Sep 17 00:00:00 2001 From: Thalian Date: Fri, 17 Apr 2020 07:53:48 +0200 Subject: [PATCH] [DOC] Add upgrade of tools to pip installation how-to fixes #5090 --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index e67b2c245..a4945d3cb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -306,6 +306,8 @@ This will use ``pip`` to install the latest release from PyPi:: virtualenv --python=python3 borg-env source borg-env/bin/activate + # might be required if your tools are outdated + pip install -U pip setuptools wheel # install Borg + Python dependencies into virtualenv pip install borgbackup # or alternatively (if you want FUSE support):