From 93d0823c829a9e52edb6c0d0b1aab1505e9edb8d Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sun, 23 Feb 2020 21:29:47 +0100 Subject: [PATCH] fixes --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e6a701..e4aa570 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,15 @@ zfs-autobackup tries to be the easiest to use backup tool for zfs. ## Installation -### Using pip: +### Using pip + +The recommended way on most servers is to use pip: ```console [root@server ~]# pip install zfs-autobackup ``` -### Using easy_install (on older installations) +### Using easy_install On older servers you might have to use easy_install @@ -77,10 +79,11 @@ On older servers you might have to use easy_install ### Direct download -Its also possible to just download and run it directly. +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 `colorma` for colors. +It should work with python 2.7 and higher. ## Example