From 5317aa61318c9902a0c9fc64eb121e71945659d5 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Mon, 21 Dec 2020 19:58:08 +0100 Subject: [PATCH] fixed typo --- tools/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.ps1 b/tools/build.ps1 index 795b9b74ef..5aa826a065 100644 --- a/tools/build.ps1 +++ b/tools/build.ps1 @@ -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