瀏覽代碼

Recommend a tox user install for developing

Luke Murphy 6 年之前
父節點
當前提交
15cb6270ef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/how-to/develop-on-borgmatic.md

+ 1 - 1
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: