Add python-pip as package dependency for archlinux (#7041)

better_chibios_wait 0.7.43
Yang Li 6 years ago committed by Drashna Jaelre
parent 5b311965f8
commit 5c1b7fb502
  1. 3
      util/linux_install.sh

@ -77,6 +77,7 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
gcc \ gcc \
git \ git \
python \ python \
python-pip \
unzip \ unzip \
wget \ wget \
zip zip
@ -213,4 +214,4 @@ else
fi fi
# Global install tasks # Global install tasks
pip3 install -r ${util_dir}/../requirements.txt pip3 install --user -r ${util_dir}/../requirements.txt

Loading…
Cancel
Save