Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xlevus committed Feb 3, 2018
1 parent 7fbbd94 commit 46d133f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46d133f

Please sign in to comment.