mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 05:51:10 +00:00
6 lines
No EOL
98 B
Python
6 lines
No EOL
98 B
Python
import pip
|
|
|
|
try:
|
|
pip.main(['install', '--user', 'gitpython'])
|
|
except SystemExit as e:
|
|
pass |