aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10_22H2-x86_64/90-python-modules.ps1
blob: 80ab54dc6926f8de086ce69a499f92856d733123 (plain)
1
2
3
4
. "$PSScriptRoot\..\common\windows\helpers.ps1"
# Needed by packaging scripts
$scriptsPath = [System.Environment]::GetEnvironmentVariable('PIP3_PATH', [System.EnvironmentVariableTarget]::Machine)
Run-Executable "$scriptsPath\pip3.exe" "install bs4"