فهرست منبع

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: