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

[DOC] Add upgrade of tools to pip installation how-to
This commit is contained in:
TW 2020-04-17 17:45:08 +02:00 committed by GitHub
commit a6e4d808e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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):