Преглед на файлове

[DOC] Add upgrade of tools to pip installation how-to

fixes #5090
Thalian преди 5 години
родител
ревизия
5cb8bd0dd0
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      docs/installation.rst

+ 2 - 0
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):