mirror of https://github.com/morpheus65535/bazarr
Merge branch 'development'
This commit is contained in:
commit
9b11324c85
|
@ -7,7 +7,7 @@ import sys
|
||||||
try:
|
try:
|
||||||
logging.info('Installing Python modules required for Bazarr...')
|
logging.info('Installing Python modules required for Bazarr...')
|
||||||
|
|
||||||
command = sys.executable + ' -m pip --disable-pip-version-check -q -q install --user -r ' + os.path.join(os.path.dirname(__file__), 'requirements.txt')
|
command = sys.executable + ' -m pip --disable-pip-version-check -q -q install --user -r "' + os.path.join(os.path.dirname(__file__), 'requirements.txt"')
|
||||||
|
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
codepage = check_output("chcp", shell=True, stderr=subprocess.STDOUT)
|
codepage = check_output("chcp", shell=True, stderr=subprocess.STDOUT)
|
||||||
|
|
Loading…
Reference in New Issue