Pruefungskatalog/assets/requirements_installer.py

9 lines
205 B
Python
Raw Normal View History

2022-03-22 23:09:39 +01:00
import sys
import subprocess
# Ressourcen für den Autoinstaller
def installer():
subprocess.check_call([sys.executable, '-m', 'pip', 'install',
'mysql-connector-python'])