still need to install pip

This commit is contained in:
James Slagle 2014-02-09 16:20:04 -05:00
parent 1e3823d26e
commit 2d90f04d0a

View File

@ -9,6 +9,8 @@ mkdir -p ~/.instack
exec > >(tee $LOGFILE)
exec 2>&1
sudo yum -y install python-pip
pushd instack
sudo pip install -e .
popd