~ruther/qmk_firmware

129c60946c5864b2b1f201b2d2adb502ad37e4ed — QMK Bot 3 years ago 5f37110 + 3d8c624
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/python/qmk/cli/__init__.py
M lib/python/qmk/cli/__init__.py => lib/python/qmk/cli/__init__.py +1 -1
@@ 95,7 95,7 @@ def _install_deps(requirements):

    elif not os.access(sys.prefix, os.W_OK):
        # We can't write to sys.prefix, attempt to install locally
        command.append('--local')
        command.append('--user')

    return _run_cmd(*command, '-r', requirements)