bazarr/update_modules.py

11 lines
187 B
Python
Raw Normal View History

2017-12-30 05:09:51 +00:00
import pip
try:
pip.main(['install', '--user', 'gitpython'])
2018-01-10 16:44:47 +00:00
except SystemExit as e:
pass
try:
pip.main(['install', '--user', 'langdetect'])
2017-12-30 05:09:51 +00:00
except SystemExit as e:
pass