Add two prereq pkgs to nova devref env guide

fixes bug 1024903

As noted in the bug report, without libxml2-dev and libxslt-dev
installed on ubuntu 12.04, the virtualenv creation will fail.

This fix simply adds the packages to the first
"Install the prerequisite packages." line

Change-Id: I588ce14f63fa75d54405562f83d202d05c8a05c6
This commit is contained in:
Tom Fifield 2012-08-23 09:18:34 +10:00
parent ba57bbe070
commit 2e614638a1

View File

@ -62,7 +62,7 @@ Install the prerequisite packages.
On Ubuntu::
sudo apt-get install python-dev libssl-dev python-pip git-core
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::