Commit 41ad52e4 authored by Kenneth Reitz's avatar Kenneth Reitz

no need for ./bin/

parent eaae6b90
......@@ -86,7 +86,7 @@ if (grep -Fiq "hg+" requirements.txt) then
fi
# Install dependencies.
echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')"
pip install --use-mirrors -r requirements.txt | indent
# Django support.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment