Tools: configure-ci: use python -m pip for easier pip version management

This commit is contained in:
Pierre Kancir 2020-09-02 23:07:26 +02:00 committed by Peter Barker
parent 4e9848ab3a
commit 7648413f8c
1 changed files with 4 additions and 4 deletions

View File

@ -97,8 +97,8 @@ fi
. ~/.profile . ~/.profile
pip install --user -U argparse empy pyserial pexpect future lxml python -m pip install --user -U argparse empy pyserial pexpect future lxml
pip install --user -U intelhex python -m pip install --user -U intelhex
pip install --user -U numpy python -m pip install --user -U numpy
pip install --user -U edn_format python -m pip install --user -U edn_format