Pruefungskatalog/requirements_installer.py
2022-03-21 22:19:07 +01:00

9 lines
203 B
Python

import sys
import subprocess
# Ressourcen für den Autoinstall
def installer():
subprocess.check_call([sys.executable, '-m', 'pip', 'install',
'mysql-connector-python'])