From 17fec7d1eef6b8f2e5677f95e5ebb656f6f75064 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sun, 7 Feb 2021 14:13:22 +0100 Subject: [PATCH] dont support directdownload anymore --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 4d47a5b..de1cc57 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,6 @@ On older servers you might have to use easy_install [root@server ~]# easy_install zfs-autobackup ``` -### Direct download - -Its also possible to just download and run it directly. - -The only requirement that is sometimes missing is the `argparse` python module. Optionally you can install `colorama` for colors. - -It should work with python 2.7 and higher. - ## Example In this example we're going to backup a machine called `server1` to a machine called `backup`.