scripts: Add mavproxy in pip install

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
Patrick José Pereira 2018-08-11 07:36:55 -07:00 committed by Peter Barker
parent 17c12dab2a
commit 8e76f0f6d9

View File

@ -26,7 +26,7 @@ else
echo "pip installed"
fi
sudo pip2 install pyserial future empy
sudo pip2 install pyserial future empy mavproxy
SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
ARDUPILOT_ROOT=$(realpath "$SCRIPT_DIR/../../")