Force to upgrade PyPi packages

This commit is contained in:
Ivan Kravets
2015-05-22 20:23:09 +03:00
parent 76ddcb9d37
commit e0f0ee0f1a

View File

@ -74,7 +74,7 @@ function InstallPip ($python_home) {
function InstallPackage ($python_home, $pkg) {
$pip_path = $python_home + "/Scripts/pip.exe"
& $pip_path install $pkg
& $pip_path install -U $pkg
}
function main () {