print updated pip version at install time

This commit is contained in:
Kenneth Reitz
2013-03-07 20:52:36 -05:00
parent 1aad21382e
commit 8349f291d2
+1 -1
View File
@@ -157,7 +157,7 @@ if (grep -Fiq "hg+" requirements.txt) then
fi
# Install dependencies with Pip.
puts-step "Installing dependencies using Pip (1.2.1)"
puts-step "Installing dependencies using Pip ($PIP_VERSION)"
pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src | cleanup | indent
# Django collectstatic support.