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