From 413a079f5125be900f768dd67ab6bbb7427361b9 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 28 Mar 2022 21:57:40 -0700 Subject: [PATCH] Clarify Python version support. --- docs/how-to/set-up-backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index 333e5ae51..c58c55812 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -28,7 +28,7 @@ sudo pip3 install --user --upgrade borgmatic This installs borgmatic and its commands at the `/root/.local/bin` path. Your pip binary may have a different name than "pip3". Make sure you're using -Python 3.6+, as borgmatic does not support Python 2. +Python 3.7+, as borgmatic does not support older versions of Python. The next step is to ensure that borgmatic's commands available are on your system `PATH`, so that you can run borgmatic: