mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed typo
This commit is contained in:
parent
32ee682168
commit
5317aa6131
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ catch {
|
||||||
}
|
}
|
||||||
Write-Host ">>> " -NoNewline -ForegroundColor green
|
Write-Host ">>> " -NoNewline -ForegroundColor green
|
||||||
Write-Host "Installing packages to new venv ..."
|
Write-Host "Installing packages to new venv ..."
|
||||||
& pip -m pip install -U pip
|
& python -m pip install -U pip
|
||||||
& pip install -r .\requirements.txt
|
& pip install -r .\requirements.txt
|
||||||
|
|
||||||
Write-Host ">>> " -NoNewline -ForegroundColor green
|
Write-Host ">>> " -NoNewline -ForegroundColor green
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue