setup: we need a newer pip

This commit is contained in:
Julian Oes 2020-01-13 17:27:21 +01:00 committed by Lorenz Meier
parent bf62b0f5e6
commit 126b7a5642
1 changed files with 2 additions and 2 deletions

View File

@ -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