Pruefungskatalog/assets/requirements_installer.py
2022-03-22 23:18:08 +01:00

9 lines
205 B
Python

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