Add db client packages to dev env setup doc.

Dev env setup doc hasn't been updated in a while and
needed the addition of the mysql and psql packages.

Tested this on a clean install and it looks like
the addition of these two pkgs should get us up to
date.

Change-Id: I66011478064bd8fb85bfaf56e8b14232226e0efc
This commit is contained in:
John Griffith 2013-05-06 10:13:48 -06:00
parent 822cda06ca
commit cb3fb51be8

View File

@ -54,7 +54,7 @@ Linux Systems
.. note::
This section is tested for Cinder on Ubuntu (10.10-64) and
This section is tested for Cinder on Ubuntu (12.04-64) and
Fedora-based (RHEL 6.1) distributions. Feel free to add notes and
change according to your experiences or operating system.
@ -62,11 +62,11 @@ 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 libmysqlclient-dev libpq-dev
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
sudo yum install python-devel openssl-devel python-pip git
sudo yum install python-devel openssl-devel python-pip git libmysqlclient-dev libqp-dev
Mac OS X Systems