Merge "Document required libvirt python bindings"

This commit is contained in:
Jenkins 2016-03-10 11:50:25 +00:00 committed by Gerrit Code Review
commit 2469425a8a

View File

@ -38,11 +38,11 @@ choice. Various downloads can be found at the `Vagrant downloads
On Fedora 22 it is as easy as:: On Fedora 22 it is as easy as::
sudo dnf install vagrant ruby-devel libvirt-devel sudo dnf install vagrant ruby-devel libvirt-devel libvirt-python
On Ubuntu 14.04 it is as easy as:: On Ubuntu 14.04 it is as easy as::
sudo apt-get install ruby-libvirt libvirt-dev nfs-kernel-server sudo apt-get install ruby-libvirt python-libvirt libvirt-dev nfs-kernel-server
**Note:** Many distros ship outdated versions of Vagrant by default. When in **Note:** Many distros ship outdated versions of Vagrant by default. When in
doubt, always install the latest from the downloads page above. doubt, always install the latest from the downloads page above.