Update dev env docs on libvirt-dev(el) requirement
Commit 8f505b8526
added
a test requirement on libvirt-python which requires
libvirt-dev(el) being installed, so update the docs
to add that package for the distro.
Change-Id: I7169d3c78a6babe6e20c0dc35874167d0bfee922
This commit is contained in:
parent
8daa38afa9
commit
21bf0219f6
@ -60,7 +60,7 @@ Install the prerequisite packages.
|
||||
|
||||
On Ubuntu::
|
||||
|
||||
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev pkg-config libffi-dev libpq-dev libmysqlclient-dev
|
||||
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev pkg-config libffi-dev libpq-dev libmysqlclient-dev libvirt-dev
|
||||
|
||||
On Ubuntu Precise (12.04) you may also need to add the following packages::
|
||||
|
||||
@ -68,7 +68,7 @@ On Ubuntu Precise (12.04) you may also need to add the following packages::
|
||||
|
||||
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
|
||||
|
||||
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel postgresql-devel libffi-devel
|
||||
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel postgresql-devel libffi-devel libvirt-devel
|
||||
sudo pip-python install tox
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user