mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-09 13:57:54 -05:00
Git pull through argument in setup_venv (#623)
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
param([string]$arguments)
|
||||||
|
|
||||||
|
if ($arguments -eq "--update-src"){
|
||||||
|
git pull
|
||||||
|
}
|
||||||
|
|
||||||
#Write-Host "Installing python"
|
#Write-Host "Installing python"
|
||||||
|
|
||||||
#Start-Process winget install Python.Python.3.10 '/quiet InstallAllUsers=1 PrependPath=1' -wait -NoNewWindow
|
#Start-Process winget install Python.Python.3.10 '/quiet InstallAllUsers=1 PrependPath=1' -wait -NoNewWindow
|
||||||
|
|||||||
Reference in New Issue
Block a user