From 46d133fb3b265fed95bb38be5e8758960effdd7f Mon Sep 17 00:00:00 2001 From: Chris Targett Date: Sat, 3 Feb 2018 20:58:16 +0000 Subject: [PATCH] updated readme --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dcc81d..4c83ac4 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,25 @@ Installation ### Arch Linux Install [virshpatcher](https://aur.archlinux.org/packages/virshpatcher/) from the AUR. -### Others -Use `pip`: +### Debian / Ubuntu + +``` +sudo apt-get install python-libvirt +sudo pip install -U https://github.com/PassthroughPOST/virsh-patcher/archive/master.zip ``` -$ pip install -U https://github.com/PassthroughPOST/virsh-patcher/archive/master.zip + +### Fedora + ``` +$ sudo dnf install libvirt-python +$ sudo pip install -U https://github.com/PassthroughPOST/virsh-patcher/archive/master.zip +``` + +### Other Distributions + +The `libvirt-python` package is a dependency. This can be either installed by you distributions +package manager, or via pip. In the latter case, `libvirt-dev` is required. Usage