~ruther/qmk_firmware

5c1b7fb5021646d05014a89ec1b8ccf458e4f50e — Yang Li 5 years ago 5b31196
Add python-pip as package dependency for archlinux (#7041)

1 files changed, 2 insertions(+), 1 deletions(-)

M util/linux_install.sh
M util/linux_install.sh => util/linux_install.sh +2 -1
@@ 77,6 77,7 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
		gcc \
		git \
		python \
		python-pip \
		unzip \
		wget \
		zip


@@ 213,4 214,4 @@ else
fi

# Global install tasks
pip3 install -r ${util_dir}/../requirements.txt
pip3 install --user -r ${util_dir}/../requirements.txt