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 31, 2019
1 parent a5d07e9 commit 7fc3084
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 @@ -76,6 +76,7 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
gcc \
git \
python \
python-pip \
unzip \
wget \
zip
Expand Down Expand Up @@ -189,4 +190,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 7fc3084

Please sign in to comment.