Update command on devref doc

Update the apt-get command to build mysql dependency for ubuntu.
It currenly says apt-get install build-dep python-mysqldb
which should just be apt-get build-dep python-mysqldb

Change-Id: I541f7b80802a6b7191f2fe0338965ef425e7c2fd
This commit is contained in:
Sulochan Acharya
2012-12-14 11:40:22 -06:00
parent b68bb0a2c5
commit 694bcb7f7c

View File

@@ -66,7 +66,7 @@ On Ubuntu::
On Ubuntu Precise (12.04) you may also need to add the following packages::
sudo apt-get install build-dep python-mysqldb
sudo apt-get build-dep python-mysqldb
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::