mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +08:00
setup: we need a newer pip
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user