Skip to content
Snippets Groups Projects
Commit 8349f291 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

print updated pip version at install time

parent 1aad2138
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ if (grep -Fiq "hg+" requirements.txt) then ...@@ -157,7 +157,7 @@ if (grep -Fiq "hg+" requirements.txt) then
fi fi
# Install dependencies with Pip. # 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 pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src | cleanup | indent
# Django collectstatic support. # Django collectstatic support.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment