⁖
Size: a a a
DF
t
⁖
[maver145@node304 ~]$ python3 -m pip install --user qmk
Requirement already satisfied: qmk in /usr/lib/python3.8/site-packages (0.0.36)
Requirement already satisfied: appdirs in /usr/lib/python3.8/site-packages (from qmk) (1.4.4)
Requirement already satisfied: argcomplete in /usr/lib/python3.8/site-packages (from qmk) (1.11.1)
Requirement already satisfied: colorama in /usr/lib/python3.8/site-packages (from qmk) (0.4.4)
Collecting flake8
Downloading flake8-3.8.4-py2.py3-none-any.whl (72 kB)
|████████████████████████████████| 72 kB 925 kB/s
Requirement already satisfied: hjson in /usr/lib/python3.8/site-packages (from qmk) (3.0.2)
Requirement already satisfied: milc>=1.0.8 in /usr/lib/python3.8/site-packages (from qmk) (1.0.10)
Collecting nose2
Downloading nose2-0.9.2-py2.py3-none-any.whl (137 kB)
|████████████████████████████████| 137 kB 6.6 MB/s
Requirement already satisfied: pygments in /usr/lib/python3.8/site-packages (from qmk) (2.7.2)
Collecting yapf
Downloading yapf-0.30.0-py2.py3-none-any.whl (190 kB)
|████████████████████████████████| 190 kB 11.0 MB/s
Collecting pycodestyle<2.7.0,>=2.6.0a1
Downloading pycodestyle-2.6.0-py2.py3-none-any.whl (41 kB)
|████████████████████████████████| 41 kB 774 kB/s
Collecting pyflakes<2.3.0,>=2.2.0
Downloading pyflakes-2.2.0-py2.py3-none-any.whl (66 kB)
|████████████████████████████████| 66 kB 7.0 MB/s
Collecting mccabe<0.7.0,>=0.6.0
Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
Requirement already satisfied: coverage>=4.4.1 in /usr/lib/python3.8/site-packages (from nose2->qmk) (5.3)
Requirement already satisfied: six>=1.7 in /usr/lib/python3.8/site-packages (from nose2->qmk) (1.15.0)
Installing collected packages: pycodestyle, pyflakes, mccabe, flake8, nose2, yapf
Successfully installed flake8-3.8.4 mccabe-0.6.1 nose2-0.9.2 pycodestyle-2.6.0 pyflakes-2.2.0 yapf-0.30.0
t
⁖
[maver145@node304 ~]$ qmk setup
Ψ Found qmk_firmware at /home/maver145/qmk_firmware.
Would you like to set /home/maver145/qmk_firmware as your QMK home? [y/n] y
Ψ Wrote configuration to /home/maver145/.config/qmk/qmk.ini
Ψ QMK Doctor is checking your environment.
Ψ Detected Linux.
Ψ QMK home: /home/maver145/qmk_firmware
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 10.2.0
Ψ Found avr-gcc version 10.2.0
⚠️ We do not recommend avr-gcc newer than 8. Downgrading to 8.x is recommended.
Ψ Found avrdude version 6.3
Ψ Found dfu-util version 0.9
Ψ Found dfu-programmer version 0.7.2
Ψ Submodules are up to date.
Ψ QMK is ready to go, but minor problems were found