1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-27 01:57:33 +00:00
bazarr/update_modules.py

6 lines
98 B
Python
Raw Normal View History

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