-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05b9b4c
commit e5feee7
Showing
3 changed files
with
13 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,14 @@ | ||
@echo off | ||
chcp 65001 | ||
title Installation des modules requis au fonctionnement de Kwyk Solver... | ||
py --version | find "Python 3.9" | ||
if %ERRORLEVEL% equ 0 ( | ||
cls | ||
echo Erreur : Kwyk Solver ne supporte actuellement pas Python 3.9 | ||
) else ( | ||
cls | ||
echo » Mise à jour de pip | ||
py -m pip install --upgrade pip | ||
echo » Installation de numpy | ||
py -m pip install numpy | ||
echo » Installation de requests | ||
py -m pip install requests | ||
echo » Installation de scipy | ||
py -m pip install scipy | ||
echo » Programme d'installation des modules requis terminé. Si une erreur est survenue, merci de la signaler en créant un rapport de bug à l'adresse : https://github.com/younesaassila/Kwyk-Solver/issues | ||
) | ||
cls | ||
echo » Mise à jour de pip | ||
py -m pip install --upgrade pip | ||
echo » Installation de numpy | ||
py -m pip install numpy | ||
echo » Installation de requests | ||
py -m pip install requests | ||
echo » Installation de scipy | ||
py -m pip install scipy | ||
echo » Programme d'installation des modules requis terminé. | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "2.0.2", | ||
"url": "https://github.com/younesaassila/Kwyk-Solver/releases/download/2.0.2/Kwyk-Solver-2.0.2.zip" | ||
"version": "2.0.3", | ||
"url": "https://github.com/younesaassila/Kwyk-Solver/releases/download/2.0.3/Kwyk-Solver-2.0.3.zip" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters