diff --git a/bin/compile b/bin/compile index f0a0a10..19f5555 100755 --- a/bin/compile +++ b/bin/compile @@ -87,6 +87,10 @@ fi # Install dependencies. echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')" + +env + + pip install --use-mirrors -r requirements.txt | indent # Django support.