diff --git a/rakefile b/rakefile index be5ef1d9e7..f5e26a208f 100644 --- a/rakefile +++ b/rakefile @@ -49,7 +49,7 @@ default_options = { task :predjango do sh("find . -type f -name *.pyc -delete") - sh('pip install -e common/lib/xmodule') + sh('pip install -e common/lib/xmodule -e common/lib/capa') sh('git submodule update --init') end