mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tools: configure-ci: use python -m pip for easier pip version management
This commit is contained in:
parent
4e9848ab3a
commit
7648413f8c
@ -97,8 +97,8 @@ fi
|
||||
|
||||
. ~/.profile
|
||||
|
||||
pip install --user -U argparse empy pyserial pexpect future lxml
|
||||
pip install --user -U intelhex
|
||||
pip install --user -U numpy
|
||||
pip install --user -U edn_format
|
||||
python -m pip install --user -U argparse empy pyserial pexpect future lxml
|
||||
python -m pip install --user -U intelhex
|
||||
python -m pip install --user -U numpy
|
||||
python -m pip install --user -U edn_format
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user