From 620b0a45d9f94d75f50548e209544f1d1df1ccf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Fri, 2 Oct 2015 15:34:23 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 872dd404..b3061490 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ with the `snapshotter.py` script: ./snapshotter.py restore -n my-snapshot ``` `snapshoter.py` to run requires python module `click`. + 1. On debian based systems you can install it via `sudo aptitude install python-click-cli`, 2. On fedora 22 you can install it via `sudo dnf install python-click`, 3. If you use virtualenv or similar tool then you can install it just with `pip install click`,