Skip to content

Commit

Permalink
INSTALL Update
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelMMontesinos committed Mar 23, 2024
1 parent d826429 commit f18d6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo Descargando e instalando Python...
curl -o python-installer.exe https://www.python.org/ftp/python/3.9.7/python-3.9.7-amd64.exe || call :Error "Error al descargar Python"
python-installer.exe /quiet TargetDir=C:\Python || call :Error "Error al instalar Python"
python-installer.exe /quiet TargetDir=C:\Python InstallAllUsers=1 PrependPath=1 || call :Error "Error al instalar Python"
del python-installer.exe

echo Descargando e Instalando Dependencias: ttkbootstrap
Expand Down

0 comments on commit f18d6f0

Please sign in to comment.