mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: pexpect python dependency used by autotest
This commit is contained in:
parent
d4fe65b43c
commit
9cab607d0a
@ -26,7 +26,7 @@ else
|
|||||||
echo "pip installed"
|
echo "pip installed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pip2 install --user pyserial future empy mavproxy
|
pip2 install --user pyserial future empy mavproxy pexpect
|
||||||
|
|
||||||
SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
|
SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
|
||||||
ARDUPILOT_ROOT=$(realpath "$SCRIPT_DIR/../../")
|
ARDUPILOT_ROOT=$(realpath "$SCRIPT_DIR/../../")
|
||||||
|
Loading…
Reference in New Issue
Block a user