Răsfoiți Sursa

Merge pull request #5117 from fantasya-pbem/docs/5090_Add-pip-install-tools

[DOC] Add upgrade of tools to pip installation how-to
TW 5 ani în urmă
părinte
comite
a6e4d808e1
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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):