This commit is contained in:
adator
2024-09-15 02:03:38 +02:00
parent eddba81cf0
commit c7047ec3d6
5 changed files with 130 additions and 82 deletions

View File

@@ -36,8 +36,6 @@ class Install:
if self.skip_install:
return None
print(f'Configuration loaded : {self.config}')
# Sinon tester les dependances python et les installer avec pip
if self.do_install():