fixed typo

This commit is contained in:
Ondrej Samohel 2020-12-21 19:58:08 +01:00
parent 32ee682168
commit 5317aa6131
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -99,7 +99,7 @@ catch {
}
Write-Host ">>> " -NoNewline -ForegroundColor green
Write-Host "Installing packages to new venv ..."
& pip -m pip install -U pip
& python -m pip install -U pip
& pip install -r .\requirements.txt
Write-Host ">>> " -NoNewline -ForegroundColor green