Browse Source

setup: we need a newer pip

sbg
Julian Oes 5 years ago committed by Lorenz Meier
parent
commit
126b7a5642
  1. 4
      Tools/setup/ubuntu.sh

4
Tools/setup/ubuntu.sh

@ -116,14 +116,14 @@ fi @@ -116,14 +116,14 @@ fi
# Python3 dependencies
echo
echo "Installing PX4 Python3 dependencies"
pip3 install --user --upgrade setuptools wheel
pip3 install --user --upgrade pip setuptools wheel
pip3 install --user -r ${DIR}/requirements.txt
# Python2 dependencies
echo
echo "Installing PX4 Python2 dependencies"
pip install --user --upgrade setuptools wheel
pip install --user --upgrade pip setuptools wheel
pip install --user -r ${DIR}/requirements.txt

Loading…
Cancel
Save