bazarr/update_modules.py
2018-01-10 11:44:47 -05:00

11 lines
187 B
Python

import pip
try:
pip.main(['install', '--user', 'gitpython'])
except SystemExit as e:
pass
try:
pip.main(['install', '--user', 'langdetect'])
except SystemExit as e:
pass