From 15cb6270efe27198128ffeb9bf3715e189235464 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 May 2019 13:18:45 +0200 Subject: [PATCH] Recommend a tox user install for developing --- docs/how-to/develop-on-borgmatic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/develop-on-borgmatic.md b/docs/how-to/develop-on-borgmatic.md index e6590c675..e8f04dcef 100644 --- a/docs/how-to/develop-on-borgmatic.md +++ b/docs/how-to/develop-on-borgmatic.md @@ -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: