Added info message.

This commit is contained in:
Trent Bartlem 2014-11-04 09:21:27 +10:00
parent 6c0942e64c
commit 964752cf2f

View File

@ -11,6 +11,8 @@ sudo apt-get -y install python-pip
cd /vagrant/
sudo pip install --upgrade pip
# Pip moved location after upgrade from 1.0
sudo ln -s /usr/local/bin/pip /usr/bin/pip 2>/dev/null
sudo apt-get -y install libmysqlclient-dev