Provision: Install pyside python dependencies to Windows

To test successfully pyside dependencies with Coin, we need
python virtual env.

Change-Id: I59c620b7da9c78d2b5c55e233d75597b747a8e84
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Simo Fält 2016-12-13 09:00:12 +02:00
parent fc6717cf23
commit ff1ad70a19
1 changed files with 4 additions and 0 deletions

View File

@ -62,3 +62,7 @@ echo "Chancing allowZip64 value to 'True'..."
echo "Remove $package..."
del $package
Add-Path $path
& python -m ensurepip
# Install python virtual env
pip.exe install virtualenv