install and set up paver before using it

install and set up paver before using it
This commit is contained in:
Jason Zhu
2014-04-17 14:28:00 +08:00
parent 79fea6205e
commit 2231d6ccf3

View File

@@ -479,6 +479,10 @@ esac
output "Installing edX pre-requirements"
pip install -r $BASE/edx-platform/requirements/edx/pre.txt
output "Installing edX paver-requirements"
pip install -r $BASE/edx-platform/requirements/edx/paver.txt
pip install watchdog==0.7.1
output "Installing edX requirements"
# Install prereqs
cd $BASE/edx-platform