diff --git a/setup_venv.ps1 b/setup_venv.ps1 index 62e54c24..9db28448 100644 --- a/setup_venv.ps1 +++ b/setup_venv.ps1 @@ -1,3 +1,9 @@ +param([string]$arguments) + +if ($arguments -eq "--update-src"){ + git pull +} + #Write-Host "Installing python" #Start-Process winget install Python.Python.3.10 '/quiet InstallAllUsers=1 PrependPath=1' -wait -NoNewWindow