Skip to content

Commit

Permalink
Add python-pip as package dependency for archlinux (qmk#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
netcrop authored and drashna committed Oct 19, 2019
1 parent e681bc8 commit 804f2f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
gcc \
git \
python \
python-pip \
unzip \
wget \
zip
Expand Down Expand Up @@ -213,4 +214,4 @@ else
fi

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

0 comments on commit 804f2f9

Please sign in to comment.