mirror of https://github.com/morpheus65535/bazarr
6 lines
98 B
Python
6 lines
98 B
Python
|
import pip
|
||
|
|
||
|
try:
|
||
|
pip.main(['install', '--user', 'gitpython'])
|
||
|
except SystemExit as e:
|
||
|
pass
|