diff options
Diffstat (limited to 'bin/qmk')
| -rwxr-xr-x | bin/qmk | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ def _check_modules(requirements): | |||
| 35 | 35 | ||
| 36 | if not find_spec(module['import']): | 36 | if not find_spec(module['import']): |
| 37 | print('Could not find module %s!' % module['name']) | 37 | print('Could not find module %s!' % module['name']) |
| 38 | print('Please run `python3 -m pip install -r %s` to install required python dependencies.' % str(qmk_dir / requirements)) | 38 | print('Please run `python3 -m pip install -r %s` to install required python dependencies.' % (qmk_dir / requirements,)) |
| 39 | if developer: | 39 | if developer: |
| 40 | print('You can also turn off developer mode: qmk config user.developer=None') | 40 | print('You can also turn off developer mode: qmk config user.developer=None') |
| 41 | print() | 41 | print() |
