Update README.md

This commit is contained in:
Łukasz Oleś 2015-10-02 15:34:23 +02:00
parent c126b3a5d3
commit 620b0a45d9

View File

@ -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`,