Recommend a tox user install for developing

This commit is contained in:
Luke Murphy 2019-05-13 13:18:45 +02:00
parent ed14fdbac9
commit 15cb6270ef
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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: