Commit 58587175 by Will Daly

Merge branch 'master' into ai-grading

Conflicts:
	scripts/install-python.sh
parents 07e147ed 09807a80
......@@ -13,4 +13,6 @@ echo "Installing Python requirements..."
pip install -q -r requirements/$REQS.txt
echo "Installing the OpenAssessment XBlock..."
pip install -q -e .
if [ -z `pip freeze | grep ora2` ]; then
pip install -q -e .
fi
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