Commit 2231d6cc by Jason Zhu

install and set up paver before using it

install and set up paver before using it
parent 79fea620
......@@ -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
......
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