Merge branch 'master' of github.com:webnotes/erpnext into website-wip

This commit is contained in:
Anand Doshi
2013-09-17 11:00:24 +05:30
55 changed files with 706 additions and 190 deletions

View File

@@ -149,6 +149,7 @@ def install_python_modules():
exec_in_shell("easy_install pip")
exec_in_shell("pip install --upgrade pip")
exec_in_shell("pip install --upgrade setuptools")
exec_in_shell("pip install --upgrade virtualenv")
exec_in_shell("pip install -q %s" % python_modules)