Skip to content

Commit

Permalink
MSYS2 install: add some Python dependencies through Pacman (#17025)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed May 7, 2022
1 parent 7854441 commit 7177434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/install/msys2.sh
Expand Up @@ -12,7 +12,8 @@ _qmk_install() {
base-devel: toolchain:x clang:x git: unzip: python3-pip:x \
avr-binutils:x avr-gcc:x avr-libc:x arm-none-eabi-binutils:x \
arm-none-eabi-gcc:x arm-none-eabi-newlib:x avrdude:x bootloadhid:x \
dfu-programmer:x dfu-util:x teensy-loader-cli:x hidapi:x
dfu-programmer:x dfu-util:x teensy-loader-cli:x hidapi:x \
python-appdirs:x python-colorama:x python-jsonschema:x python-pillow:x python-pygments:x

_qmk_install_drivers

Expand Down

0 comments on commit 7177434

Please sign in to comment.