Commit a30e3121 by John Jarvis

rakefile updates

parent 50160592
......@@ -5,7 +5,7 @@ default_options = {
task :predjango => :install_python_prereqs do
sh("find . -type f -name *.pyc -delete")
sh('pip install -q --no-index -r requirements/local.txt')
sh('pip install -q --no-index -r requirements/edx/local.txt')
end
......@@ -122,4 +122,4 @@ namespace :cms do
"Example: \`rake cms:export COURSE_ID=MITx/12345/name OUTPUT_PATH=foo.tar.gz\`"
end
end
end
\ No newline at end of file
end
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