bazarr/update_modules.py
2018-01-22 23:25:58 -05:00

16 lines
No EOL
273 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
try:
pip.main(['install', '--user', 'apprise'])
except SystemExit as e:
pass