Commit 91383021 by John Jarvis

rakefile updates

parent e9472182
......@@ -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
......
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