Don't recommend to sudo pip install #163

Merged
witten merged 3 commits from :docsfix/no-sudo-pip into master 2019-05-13 19:04:24 +00:00
Showing only changes of commit 15cb6270ef - Show all commits

View File

@ -41,7 +41,7 @@ you're in the `borgmatic/` working copy, install tox, which is used for
setting up testing environments:
```bash
sudo pip3 install tox
pip3 install --user tox
```
Finally, to actually run tests, run: