mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-27 01:57:33 +00:00
6 lines
98 B
Python
6 lines
98 B
Python
|
import pip
|
||
|
|
||
|
try:
|
||
|
pip.main(['install', '--user', 'gitpython'])
|
||
|
except SystemExit as e:
|
||
|
pass
|